0.7.0 • Published 9 months ago

@vis-three/module-points v0.7.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
9 months ago

@vis-three/module-points

最新版本

license

模块信息

module.type

  • : points

module.object

  • : true

module.lifeOrder

  • : SUPPORT_LIFE_CYCLE.THREE-300

提供配置

点物体-Points

  • 类型Points
  • 配置类型:
export interface PointsConfig extends SolidObjectConfig {
  geometry: string;
  material: string;
}
  • 默认配置:
{
   geometry: "",
   material: "",
}