Uses of Interface
org.web3d.x3d.sai.Texturing3D.TextureCoordinate3D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D | |
| org.web3d.x3d.sai.Texturing3D |
-
Uses of TextureCoordinate3D in org.web3d.x3d.jsail.Texturing3D
Classes in org.web3d.x3d.jsail.Texturing3D that implement TextureCoordinate3D Modifier and Type Class Description classTextureCoordinate3DObjectTextureCoordinate3D specifies a set of 3D texture coordinates used by vertex-based geometry nodes (such as IndexedFaceSet or ElevationGrid) to map 3D textures to vertices. -
Uses of TextureCoordinate3D in org.web3d.x3d.sai.Texturing3D
Methods in org.web3d.x3d.sai.Texturing3D that return TextureCoordinate3D Modifier and Type Method Description TextureCoordinate3DTextureCoordinate3D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate3DTextureCoordinate3D. setPoint(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named point.