X3D Shape

Shape

Shape describes geometry and appearence. Each shape will contain one and only one geometry node. If geometry is not specified, the shape will not be rendered.

Shape

bboxCenter

Field Type: SFVec3f
Access Type: initializeOnly
Default Value: 0 0 0
Value Range: 0, ∞
Description: A hint to the browser and could be used for optimization purposes such as culling.

bboxSize

Field Type: SFVec3f
Access Type: initializeOnly
Default Value: -1 -1 -1
Value Range: -∞, ∞
Description: A hint to the browser and could be used for optimization purposes such as culling.

appearance

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DAppearanceNode
Description: Sets the visual attributes of the shape.

geometry

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DGeometryNode
Description: Sets the geometry of the shape with the properties of appearance.

metadata

Field Type: SFNode
Access Type: inputOutput
Default Value: NULL
Value Range: X3DMetadataObject
Description: Information about this node.