0.7.0 • Published 9 months ago
@vis-three/module-points v0.7.0
@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: "",
}