Skip to main content

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

NameTypeDescription
radiusFloatRadius of the cylinder.
heightFloatHeight of the cylinder.
axisInt32Alignment axis. 0 for X, 1 for Y, 2 for Z.
offsetVec3Geometry offset.