Interface ExplosionEmitter
- All Superinterfaces:
X3DNode
,X3DParticleEmitterNode
- All Known Implementing Classes:
SAIExplosionEmitter
,SAIExplosionEmitter
Defines the requirements of an X3D ExplosionEmitter node
- Version:
- $Revision: 1.1 $
- Author:
- Rex Melton
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getPosition
(float[] val) Return the position value in the argument float[]void
setPosition
(float[] val) Set the position field.Methods inherited from interface org.web3d.x3d.sai.X3DNode
dispose, getField, getFieldDefinitions, getMetadata, getNodeName, getNodeType, isRealized, realize, setMetadata
Methods inherited from interface org.web3d.x3d.sai.X3DParticleEmitterNode
getMass, getSpeed, getSurfaceArea, getVariation, setMass, setSpeed, setSurfaceArea, setVariation
-
Method Details
-
getPosition
void getPosition(float[] val) Return the position value in the argument float[]- Parameters:
val
- The float[] to initialize.
-
setPosition
void setPosition(float[] val) Set the position field.- Parameters:
val
- The float[] to set.
-