Uses of Interface
org.web3d.x3d.sai.Texturing.TextureCoordinate
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.ParticleSystems | |
| org.web3d.x3d.sai.Texturing |
-
Uses of TextureCoordinate in org.web3d.x3d.jsail.ParticleSystems
Methods in org.web3d.x3d.jsail.ParticleSystems that return TextureCoordinate Modifier and Type Method Description TextureCoordinateParticleSystemObject. getTexCoordRamp()Provide TextureCoordinateObject instance (using a properly typed node) from initializeOnly SFNode field texCoordRamp.Methods in org.web3d.x3d.jsail.ParticleSystems with parameters of type TextureCoordinate Modifier and Type Method Description ParticleSystemObjectParticleSystemObject. setTexCoordRamp(TextureCoordinate newValue)Accessor method to assign TextureCoordinateObject instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp. -
Uses of TextureCoordinate in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement TextureCoordinate Modifier and Type Class Description classTextureCoordinateObjectTextureCoordinate 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). -
Uses of TextureCoordinate in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return TextureCoordinate Modifier and Type Method Description TextureCoordinateParticleSystem. getTexCoordRamp()Provide TextureCoordinate instance (using a properly typed node) from initializeOnly SFNode field texCoordRamp.Methods in org.web3d.x3d.sai.ParticleSystems with parameters of type TextureCoordinate Modifier and Type Method Description ParticleSystemParticleSystem. setTexCoordRamp(TextureCoordinate newValue)Accessor method to assign TextureCoordinate instance (using a properly typed node) to initializeOnly SFNode field texCoordRamp. -
Uses of TextureCoordinate in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return TextureCoordinate Modifier and Type Method Description TextureCoordinateTextureCoordinate. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateTextureCoordinate. setPoint(float[] newValue)Accessor method to assign 2-tuple float array to inputOutput MFVec2f field named point.