Uses of Interface
org.web3d.x3d.sai.ParticleSystems.BoundedPhysicsModel
Package
Description
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
-
Uses of BoundedPhysicsModel in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeClassDescriptionclass
BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion. -
Uses of BoundedPhysicsModel in org.web3d.x3d.sai.ParticleSystems
Modifier and TypeMethodDescriptionBoundedPhysicsModel.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.BoundedPhysicsModel.setGeometry
(X3DGeometryNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.BoundedPhysicsModel.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.