CylinderGeometry
type CylinderGeometry = {
radius: Float;
height: Float;
axis: Int32;
offset: Vec3;
};
Defined in: node_modules/@3dverse/livelink.core/dist/_prebuild/engine_types/components.d.ts:333
Cylinder geometry.
Type declaration
Name | Type | Description |
---|---|---|
radius | Float | Radius of the cylinder. |
height | Float | Height of the cylinder. |
axis | Int32 | Alignment axis. 0 for X, 1 for Y, 2 for Z. |
offset | Vec3 | Geometry offset. |