Uses of Interface
org.web3d.x3d.sai.Texturing.TextureCoordinateGenerator
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing | |
| org.web3d.x3d.sai.Texturing |
-
Uses of TextureCoordinateGenerator in org.web3d.x3d.jsail.Texturing
Classes in org.web3d.x3d.jsail.Texturing that implement TextureCoordinateGenerator Modifier and Type Class Description classTextureCoordinateGeneratorObjectTextureCoordinateGenerator computes 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 TextureCoordinateGenerator in org.web3d.x3d.sai.Texturing
Methods in org.web3d.x3d.sai.Texturing that return TextureCoordinateGenerator Modifier and Type Method Description TextureCoordinateGeneratorTextureCoordinateGenerator. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinateGeneratorTextureCoordinateGenerator. setMode(java.lang.String newValue)Accessor method to assign String enumeration value ("SPHERE" | "CAMERASPACENORMAL" | "CAMERASPACEPOSITION" | "CAMERASPACEREFLECTIONVECTOR" | "SPHERE-LOCAL" | "COORD" | "COORD-EYE" | "NOISE" | "NOISE-EYE" | "SPHERE-REFLECT" | "SPHERE-REFLECT-LOCAL") to inputOutput SFString field named mode.TextureCoordinateGeneratorTextureCoordinateGenerator. setParameter(float[] newValue)Accessor method to assign float array to inputOutput MFFloat field named parameter.