Uses of Interface
org.web3d.x3d.sai.ParticleSystems.ConeEmitter
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 ConeEmitter in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeClassDescriptionclass
ConeEmitter generates all available particles from a specific point in space. -
Uses of ConeEmitter in org.web3d.x3d.sai.ParticleSystems
Modifier and TypeMethodDescriptionConeEmitter.setAngle
(float newValue) Accessor method to assign float value unit axis, angle (in radians) to inputOutput SFFloat field named angle.ConeEmitter.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.ConeEmitter.setMass
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named mass.ConeEmitter.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ConeEmitter.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.ConeEmitter.setPosition
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.ConeEmitter.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.ConeEmitter.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.ConeEmitter.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.