Uses of Interface
org.web3d.x3d.sai.Geometry3D.Box
Package
Description
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
-
Uses of Box in org.web3d.x3d.jsail.Geometry3D
Modifier and TypeClassDescriptionclass
Box is a geometry node specifying a rectangular cuboid. -
Uses of Box in org.web3d.x3d.sai.Geometry3D
Modifier and TypeMethodDescriptionBox.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Box.setSize
(float[] newValue) Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named size.Box.setSolid
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.