| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.addColorKey(float newValue)
Add singleton float value to MFFloat colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.addColorKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ParticleSystemObject |
ParticleSystemObject.addPhysics(X3DNode newValue)
Add single child node to existing array of physics nodes (if any).
|
ParticleSystemObject |
ParticleSystemObject.addTexCoordKey(float newValue)
Add singleton float value to MFFloat texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.addTexCoordKey(SFFloatObject newValue)
Add singleton SFFloatObject value to MFFloat texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearAppearance()
Utility method to clear SFNode value of appearance field.
|
ParticleSystemObject |
ParticleSystemObject.clearColorKey()
Utility method to clear MFFloat value of colorKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearColorRamp()
Utility method to clear SFNode value of colorRamp field.
|
ParticleSystemObject |
ParticleSystemObject.clearEmitter()
Utility method to clear SFNode value of emitter field.
|
ParticleSystemObject |
ParticleSystemObject.clearGeometry()
Utility method to clear SFNode value of geometry field.
|
ParticleSystemObject |
ParticleSystemObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ParticleSystemObject |
ParticleSystemObject.clearPhysics()
Utility method to clear MFNode value of physics field.
|
ParticleSystemObject |
ParticleSystemObject.clearTexCoordKey()
Utility method to clear MFFloat value of texCoordKey field.
|
ParticleSystemObject |
ParticleSystemObject.clearTexCoordRamp()
Utility method to clear SFNode value of texCoordRamp field.
|
ParticleSystemObject |
ParticleSystemObject.setAppearance(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field appearance.
|
ParticleSystemObject |
ParticleSystemObject.setAppearance(X3DAppearanceNode newValue)
Assign X3DAppearanceNode instance (using a properly typed node) to inputOutput SFNode field appearance.
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(float x,
float y,
float z)
Assign values to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
ParticleSystemObject |
ParticleSystemObject.setBboxCenter(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxCenter field, similar to
setBboxCenter(float[]). |
ParticleSystemObject |
ParticleSystemObject.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
ParticleSystemObject |
ParticleSystemObject.setBboxSize(float x,
float y,
float z)
Assign values to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
ParticleSystemObject |
ParticleSystemObject.setBboxSize(SFVec3fObject newValue)
Assign typed object value to SFVec3f bboxSize field, similar to
setBboxSize(float[]). |
ParticleSystemObject |
ParticleSystemObject.setColorKey(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat colorKey field, similar to
setColorKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setColorKey(float[] newValue)
Assign Float array using RGB values [0..1] to initializeOnly MFFloat field named colorKey.
|
ParticleSystemObject |
ParticleSystemObject.setColorKey(int[] newValue)
Assign floating-point array value of MFFloat colorKey field, similar to
setColorKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setColorKey(MFFloatObject newValue)
Assign typed object value to MFFloat colorKey field, similar to
setColorKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setColorRamp(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field colorRamp.
|
ParticleSystemObject |
ParticleSystemObject.setColorRamp(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to initializeOnly SFNode field colorRamp.
|
ParticleSystemObject |
ParticleSystemObject.setCreateParticles(boolean newValue)
Assign boolean value to inputOutput SFBool field named createParticles.
|
ParticleSystemObject |
ParticleSystemObject.setCreateParticles(SFBoolObject newValue)
Assign typed object value to SFBool createParticles field, similar to
setCreateParticles(boolean). |
ParticleSystemObject |
ParticleSystemObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ParticleSystemObject |
ParticleSystemObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ParticleSystemObject |
ParticleSystemObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ParticleSystemObject |
ParticleSystemObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ParticleSystemObject |
ParticleSystemObject.setEmitter(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field emitter.
|
ParticleSystemObject |
ParticleSystemObject.setEmitter(X3DParticleEmitterNode newValue)
Assign X3DParticleEmitterNode instance (using a properly typed node) to initializeOnly SFNode field emitter.
|
ParticleSystemObject |
ParticleSystemObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
ParticleSystemObject |
ParticleSystemObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
ParticleSystemObject |
ParticleSystemObject.setGeometry(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field geometry.
|
ParticleSystemObject |
ParticleSystemObject.setGeometry(X3DGeometryNode newValue)
Assign X3DGeometryNode instance (using a properly typed node) to inputOutput SFNode field geometry.
|
ParticleSystemObject |
ParticleSystemObject.setGeometryType(SFStringObject newValue)
Assign typed object value to SFString geometryType field, similar to
setGeometryType(String). |
ParticleSystemObject |
ParticleSystemObject.setGeometryType(java.lang.String newValue)
Assign String enumeration value ("LINE"|"POINT"|"QUAD"|"SPRITE"|"TRIANGLE"|"GEOMETRY") ['LINE'|'POINT'|'QUAD'|'SPRITE'|'TRIANGLE'|'GEOMETRY'] to initializeOnly SFString field named geometryType.
|
ParticleSystemObject |
ParticleSystemObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ParticleSystemObject |
ParticleSystemObject.setLifetimeVariation(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named lifetimeVariation.
|
ParticleSystemObject |
ParticleSystemObject.setLifetimeVariation(SFFloatObject newValue)
Assign typed object value to SFFloat lifetimeVariation field, similar to
setLifetimeVariation(float). |
ParticleSystemObject |
ParticleSystemObject.setMaxParticles(int newValue)
Assign int value within allowed range of [0,infinity) to inputOutput SFInt32 field named maxParticles.
|
ParticleSystemObject |
ParticleSystemObject.setMaxParticles(SFInt32Object newValue)
Assign typed object value to SFInt32 maxParticles field, similar to
setMaxParticles(int). |
ParticleSystemObject |
ParticleSystemObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ParticleSystemObject |
ParticleSystemObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ParticleSystemObject |
ParticleSystemObject.setParticleLifetime(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named particleLifetime.
|
ParticleSystemObject |
ParticleSystemObject.setParticleLifetime(SFFloatObject newValue)
Assign typed object value to SFFloat particleLifetime field, similar to
setParticleLifetime(float). |
ParticleSystemObject |
ParticleSystemObject.setParticleSize(float[] newValue)
Assign 2-tuple float array within allowed range of [0,infinity) to inputOutput SFVec2f field named particleSize.
|
ParticleSystemObject |
ParticleSystemObject.setParticleSize(float x,
float y)
Assign values to SFVec2f particleSize field, similar to
setParticleSize(float[]). |
ParticleSystemObject |
ParticleSystemObject.setParticleSize(SFVec2fObject newValue)
Assign typed object value to SFVec2f particleSize field, similar to
setParticleSize(float[]). |
ParticleSystemObject |
ParticleSystemObject.setPhysics(java.util.ArrayList<X3DParticlePhysicsModelNode> newValue)
Assign ArrayList value of MFNode physics field, similar to
setPhysics(X3DNode[]). |
ParticleSystemObject |
ParticleSystemObject.setPhysics(X3DConcreteNode newValue)
Utility method to set single SFNode as ParticleSystemObject physics.
|
ParticleSystemObject |
ParticleSystemObject.setPhysics(X3DNode[] newValue)
Assign X3DParticlePhysicsModelNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to initializeOnly MFNode field physics.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(java.util.ArrayList<java.lang.Float> newValue)
Assign ArrayList value of MFFloat texCoordKey field, similar to
setTexCoordKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(float[] newValue)
Assign Float array within allowed range of [0,infinity) to initializeOnly MFFloat field named texCoordKey.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(int[] newValue)
Assign floating-point array value of MFFloat texCoordKey field, similar to
setTexCoordKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setTexCoordKey(MFFloatObject newValue)
Assign typed object value to MFFloat texCoordKey field, similar to
setTexCoordKey(float[]). |
ParticleSystemObject |
ParticleSystemObject.setTexCoordRamp(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
ParticleSystemObject |
ParticleSystemObject.setTexCoordRamp(TextureCoordinate newValue)
Assign TextureCoordinate instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
ParticleSystemObject |
ParticleSystemObject.setUSE(ParticleSystemObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ParticleSystemObject |
ParticleSystemObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ParticleSystemObject |
ParticleSystemObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setUSE(ParticleSystemObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.