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