Uses of Interface
org.web3d.x3d.sai.ParticleSystems.ExplosionEmitter
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.sai.ParticleSystems |
-
Uses of ExplosionEmitter in org.web3d.x3d.jsail.ParticleSystems
Classes in org.web3d.x3d.jsail.ParticleSystems that implement ExplosionEmitter Modifier and Type Class Description classExplosionEmitterObjectExplosionEmitter generates all particles from a specific point in space at the initial time enabled. -
Uses of ExplosionEmitter in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return ExplosionEmitter Modifier and Type Method Description ExplosionEmitterExplosionEmitter. setMass(float newValue)Accessor method to assign float value to inputOutput SFFloat field named mass.ExplosionEmitterExplosionEmitter. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.ExplosionEmitterExplosionEmitter. setPosition(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named position.ExplosionEmitterExplosionEmitter. setSpeed(float newValue)Accessor method to assign float value to inputOutput SFFloat field named speed.ExplosionEmitterExplosionEmitter. setSurfaceArea(float newValue)Accessor method to assign float value to initializeOnly SFFloat field named surfaceArea.ExplosionEmitterExplosionEmitter. setVariation(float newValue)Accessor method to assign float value to inputOutput SFFloat field named variation.