Class NRParticleSystem
java.lang.Object
org.web3d.vrml.renderer.common.nodes.AbstractNode
org.web3d.vrml.renderer.common.nodes.particle.BaseParticleSystem
org.web3d.vrml.renderer.norender.nodes.particle.NRParticleSystem
- All Implemented Interfaces:
VRMLNode
,FrameStateListener
,VRMLBoundedNodeType
,VRMLChildNodeType
,VRMLNodeType
,VRMLParticleSystemNodeType
,VRMLShapeNodeType
,VRMLWorldRootChildNodeType
,NRVRMLNode
Null renderer implementation of a particle system node.
- Version:
- $Revision: 2.0 $
- Author:
- Justin Couch
-
Field Summary
Fields inherited from class org.web3d.vrml.renderer.common.nodes.particle.BaseParticleSystem
APPEARANCE_NODE_MSG, APPEARANCE_PROTO_MSG, COLOR_NODE_MSG, COLOR_PROTO_MSG, colorFunction, emitter, EMITTER_NODE_MSG, EMITTER_PROTO_MSG, FIELD_APPEARANCE, FIELD_BBOX_CENTER, FIELD_BBOX_DISPLAY, FIELD_BBOX_SIZE, FIELD_COLOR_KEY, FIELD_COLOR_RAMP, FIELD_CREATE_PARTICLES, FIELD_EMITTER, FIELD_ENABLED, FIELD_GEOMETRY, FIELD_GEOMETRY_TYPE, FIELD_IS_ACTIVE, FIELD_LIFETIME_VARIATION, FIELD_MAX_PARTICLES, FIELD_PARTICLE_LIFETIME, FIELD_PARTICLE_SIZE, FIELD_PHYSICS, FIELD_TEXCOORD_KEY, FIELD_TEXCOORD_RAMP, FIELD_VISIBLE, geometryType, LAST_PARTICLE_INDEX, NUM_FIELDS, numColorKey, numTexCoordKey, pAppearance, particleSystem, pColorRamp, pEmitter, PHYSICS_NODE_MSG, PHYSICS_PROTO_MSG, pTexCoordRamp, TEXCOORD_NODE_MSG, TEXCOORD_PROTO_MSG, timeFunction, TYPE_CUSTOM, TYPE_LINES, TYPE_POINTS, TYPE_QUADS, TYPE_SPRITES, TYPE_TRIS, vfAppearance, vfBboxCenter, vfBboxDisplay, vfBboxSize, vfColorKey, vfColorRamp, vfCreateParticles, vfEmitter, vfEnabled, vfGeometryType, vfIsActive, vfLifetimeVariation, vfMaxParticles, vfParticleLifetime, vfParticleSize, vfPhysics, vfTexCoordKey, vfTexCoordRamp, vfVisible
Fields inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
errorReporter, FIELD_METADATA, fieldLocalData, hasChanged, inSetup, isDEF, isStatic, LAST_NODE_INDEX, layerIds, nodeName, pMetadata, refCounts, removedLayerIds, stateManager, STATIC_SCENE_GRAPH, vfMetadata, vrmlMajorVersion, vrmlMinorVersion
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a new default shape node implementation.NRParticleSystem
(VRMLNodeType node) Construct a new instance of this node based on the details from the given node. -
Method Summary
Methods inherited from class org.web3d.vrml.renderer.common.nodes.particle.BaseParticleSystem
getAppearance, getBboxCenter, getBboxDisplay, getBboxSize, getEnabled, getFieldDeclaration, getFieldIndex, getFieldValue, getGeometry, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getSystem, getVisible, isActive, isShared, sendRoute, setActive, setAppearance, setBboxCenter, setBboxDisplay, setBboxSize, setEnabled, setGeometry, setParticleSize, setShared, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVisible
Methods inherited from class org.web3d.vrml.renderer.common.nodes.AbstractNode
addNodeListener, allEventsComplete, checkNodeType, checkSecondaryType, checkSecondaryType, clearRemovedLayerIds, fireFieldChanged, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, getUserData, getVRMLNodeName, hasFieldChanged, isDEF, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, setDEF, setErrorReporter, setFrameStateManager, setMetadataObject, setUserData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setVersion, throwInitOnlyWriteException, throwInputOnlyWriteException, throwInvalidNodeException, throwInvalidProtoException, throwOutputOnlyWriteException, updateRefCount, updateRefs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.web3d.vrml.nodes.FrameStateListener
allEventsComplete
Methods inherited from interface org.web3d.vrml.lang.VRMLNode
getFieldDeclaration, getFieldIndex, getNodeFieldIndices, getNumFields, getPrimaryType, getSecondaryType, getUserData, getVRMLNodeName, isDEF, setErrorReporter, setUserData, setVersion
Methods inherited from interface org.web3d.vrml.nodes.VRMLNodeType
addNodeListener, clearRemovedLayerIds, getFieldValue, getLayerIds, getMetadataObject, getRefCount, getRemovedLayerIds, hasFieldChanged, isSetupFinished, notifyExternProtoLoaded, removeNodeListener, sendRoute, setDEF, setFrameStateManager, setMetadataObject, setupFinished, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, updateRefCount
-
Constructor Details
-
NRParticleSystem
public NRParticleSystem()Construct a new default shape node implementation. -
NRParticleSystem
Construct a new instance of this node based on the details from the given node. If the node is not a Shape node, an exception will be thrown.- Parameters:
node
- The node to copy- Throws:
IllegalArgumentException
- Incorrect node type
-