Uses of Interface
org.web3d.x3d.sai.Shape.X3DShapeNode
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.jsail.Shape | |
| org.web3d.x3d.sai.ParticleSystems | |
| org.web3d.x3d.sai.Shape |
-
Uses of X3DShapeNode in org.web3d.x3d.jsail.ParticleSystems
Classes in org.web3d.x3d.jsail.ParticleSystems that implement X3DShapeNode Modifier and Type Class Description classParticleSystemObjectParticleSystem specifies a complete particle system. -
Uses of X3DShapeNode in org.web3d.x3d.jsail.Shape
Classes in org.web3d.x3d.jsail.Shape that implement X3DShapeNode Modifier and Type Class Description classShapeObjectShape can appear under any grouping node. -
Uses of X3DShapeNode in org.web3d.x3d.sai.ParticleSystems
Subinterfaces of X3DShapeNode in org.web3d.x3d.sai.ParticleSystems Modifier and Type Interface Description interfaceParticleSystemParticleSystem specifies a complete particle system. -
Uses of X3DShapeNode in org.web3d.x3d.sai.Shape
Subinterfaces of X3DShapeNode in org.web3d.x3d.sai.Shape Modifier and Type Interface Description interfaceShapeShape can appear under any grouping node.Methods in org.web3d.x3d.sai.Shape that return X3DShapeNode Modifier and Type Method Description X3DShapeNodeX3DShapeNode. setAppearance(X3DAppearanceNode newValue)Accessor method to assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.X3DShapeNodeX3DShapeNode. setBboxCenter(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.X3DShapeNodeX3DShapeNode. setBboxSize(float[] newValue)Accessor method to assign 3-tuple float array to initializeOnly SFVec3f field named bboxSize.X3DShapeNodeX3DShapeNode. setDisplayBBox(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named displayBBox.X3DShapeNodeX3DShapeNode. setGeometry(X3DGeometryNode newValue)Accessor method to assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.X3DShapeNodeX3DShapeNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DShapeNodeX3DShapeNode. setVisible(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named visible.