| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.sai.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoundedPhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion.
|
class |
ForcePhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] ForcePhysicsModel applies a constant force value to the particles.
|
class |
WindPhysicsModelObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticlePhysicsModelNode] WindPhysicsModel applies a wind effect to the particles.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setPhysics(java.util.ArrayList<X3DParticlePhysicsModelNode> newValue)
Assign ArrayList value of MFNode physics field, similar to
ParticleSystemObject.setPhysics(X3DNode[]). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BoundedPhysicsModel
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
ForcePhysicsModel
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
WindPhysicsModel
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DParticlePhysicsModelNode |
X3DParticlePhysicsModelNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DParticlePhysicsModelNode |
X3DParticlePhysicsModelNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DParticlePhysicsModelNode |
X3DParticlePhysicsModelNode.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
X3DParticlePhysicsModelNode |
X3DParticlePhysicsModelNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DParticlePhysicsModelNode |
X3DParticlePhysicsModelNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.