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