Summary
Methods:
fromPoints |
根据网格模型控制点,创建网格模型 |
clone |
克隆新对象 |
Constructor
new CubeMesh(sizeX, sizeY, sizeZ, options)
Parameters:
Name | Type | Description | ||||||
---|---|---|---|---|---|---|---|---|
sizeX |
Number | 轴方向上的尺寸 |
||||||
sizeY |
Number | 轴方向上的尺寸 |
||||||
sizeZ |
Number | 轴方向上的尺寸 |
||||||
options |
Object |
|
Methods
-
static fromPoints(points, material) → {module:model~CubeMesh}
-
根据网格模型控制点,创建网格模型
Parameters:
Name Type Description points
module:geom~Point 点几何数组
material
module:style~Material 材质
-
clone() → {module:model~CubeMesh}
-
克隆新对象
Returns:
module:model~CubeMesh