| 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.
|
| org.web3d.x3d.jsail.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| org.web3d.x3d.sai.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| org.web3d.x3d.sai.Texturing |
The Texturing component specifies how 2D texture images are defined and then positioned
on associated geometry.
|
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinate |
ParticleSystemObject.getTexCoordRamp()
Provide TextureCoordinate instance (using a properly typed node) from initializeOnly SFNode field texCoordRamp.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystemObject |
ParticleSystemObject.setTexCoordRamp(TextureCoordinate newValue)
Assign TextureCoordinate instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TextureCoordinateObject
X3D node tooltip: [X3DTextureCoordinateNode] TextureCoordinate specifies 2D (s,t) texture-coordinate points, used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map textures to vertices (and patches to NURBS surfaces).
|
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinate |
ParticleSystem.getTexCoordRamp()
Provide TextureCoordinate instance (using a properly typed node) from initializeOnly SFNode field texCoordRamp.
|
| Modifier and Type | Method and Description |
|---|---|
ParticleSystem |
ParticleSystem.setTexCoordRamp(TextureCoordinate newValue)
Assign TextureCoordinate instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp.
|
| Modifier and Type | Method and Description |
|---|---|
TextureCoordinate |
TextureCoordinate.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TextureCoordinate |
TextureCoordinate.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TextureCoordinate |
TextureCoordinate.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TextureCoordinate |
TextureCoordinate.setPoint(float[] newValue)
Assign 2-tuple float array to inputOutput MFVec2f field named point.
|
TextureCoordinate |
TextureCoordinate.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.