Uses of Interface
org.web3d.x3d.sai.Shaders.Matrix3VertexAttribute
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders | |
| org.web3d.x3d.sai.Shaders |
-
Uses of Matrix3VertexAttribute in org.web3d.x3d.jsail.Shaders
Classes in org.web3d.x3d.jsail.Shaders that implement Matrix3VertexAttribute Modifier and Type Class Description classMatrix3VertexAttributeObjectMatrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes. -
Uses of Matrix3VertexAttribute in org.web3d.x3d.sai.Shaders
Methods in org.web3d.x3d.sai.Shaders that return Matrix3VertexAttribute Modifier and Type Method Description Matrix3VertexAttributeMatrix3VertexAttribute. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Matrix3VertexAttributeMatrix3VertexAttribute. setName(java.lang.String newValue)Accessor method to assign String value to inputOutput SFString field named name.Matrix3VertexAttributeMatrix3VertexAttribute. setValue(float[] newValue)Accessor method to assign float array to inputOutput MFMatrix3f field named value.