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