Uses of Interface
org.web3d.x3d.sai.ParticleSystems.BoundedPhysicsModel
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.sai.ParticleSystems |
-
Uses of BoundedPhysicsModel in org.web3d.x3d.jsail.ParticleSystems
Classes in org.web3d.x3d.jsail.ParticleSystems that implement BoundedPhysicsModel Modifier and Type Class Description classBoundedPhysicsModelObjectBoundedPhysicsModel provides user-defined geometrical boundaries for particle motion. -
Uses of BoundedPhysicsModel in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return BoundedPhysicsModel Modifier and Type Method Description BoundedPhysicsModelBoundedPhysicsModel. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.BoundedPhysicsModelBoundedPhysicsModel. setGeometry(X3DGeometryNode newValue)Accessor method to assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.BoundedPhysicsModelBoundedPhysicsModel. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.