Uses of Interface
org.web3d.x3d.sai.ParticleSystems.VolumeEmitter
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 VolumeEmitter in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeClassDescriptionclass
VolumeEmitter emits particles from a random position confined within the given closed geometry volume. -
Uses of VolumeEmitter in org.web3d.x3d.sai.ParticleSystems
Modifier and TypeMethodDescriptionVolumeEmitter.setCoord
(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.VolumeEmitter.setCoordIndex
(int[] newValue) Accessor method to assign int array to initializeOnly MFInt32 field named coordIndex.VolumeEmitter.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.VolumeEmitter.setInternal
(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named internal.VolumeEmitter.setMass
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named mass.VolumeEmitter.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.VolumeEmitter.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.VolumeEmitter.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.VolumeEmitter.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.VolumeEmitter.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.