Documentation / @ripl/vue-3d / SHAPE_3D_KEYS
Variable: SHAPE_3D_KEYS ​
constSHAPE_3D_KEYS:object
Defined in: vue-3d/src/core/props.ts:68
The state properties specific to each built-in 3D shape, keyed by shape type.
Type Declaration ​
bezierSurface ​
readonlybezierSurface: readonly ["revision","segments"]
The state properties specific to a Bézier surface.
cone ​
readonlycone: readonly ["height","radius","segments"]
The state properties specific to a cone.
cube ​
readonlycube: readonly ["size"]
The state properties specific to a cube.
cylinder ​
readonlycylinder: readonly ["height","radiusBottom","radiusTop","segments"]
The state properties specific to a cylinder.
mesh ​
readonlymesh: readonly ["revision"]
The state properties specific to a mesh.
parametric ​
readonlyparametric: readonly ["revision","uSegments","vSegments"]
The state properties specific to a parametric surface.
plane ​
readonlyplane: readonly ["height","width"]
The state properties specific to a plane.
sphere ​
readonlysphere: readonly ["radius","rings","segments"]
The state properties specific to a sphere.
torus ​
readonlytorus: readonly ["radialSegments","radius","tube","tubularSegments"]
The state properties specific to a torus.