Documentation / scene / ShapeCreationOptions
Interface: ShapeCreationOptions
Defined in: libs/scene/src/shapes/shape.ts:10
Base class for creation options of any kind of shapes
Extended by
BoxCreationOptionsCapsuleCreationOptionsCylinderCreationOptionsTorusCreationOptionsPlaneCreationOptionsSphereCreationOptionsTetrahedronCreationOptions
Properties
needNormal?
optionalneedNormal?:boolean
Defined in: libs/scene/src/shapes/shape.ts:12
true if we need to calculate normals for the shape
needTangent?
optionalneedTangent?:boolean
Defined in: libs/scene/src/shapes/shape.ts:14
true if we need to calculate tangents for the shape
needUV?
optionalneedUV?:boolean
Defined in: libs/scene/src/shapes/shape.ts:16
true if we need to calculate texture coordinates for the shape
transform?
optionaltransform?:Matrix4x4
Defined in: libs/scene/src/shapes/shape.ts:18
Transform matrix for the shape