Uses of Interface
org.web3d.x3d.sai.Shaders.Matrix3VertexAttribute
Package
Description
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of Matrix3VertexAttribute in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
Matrix3VertexAttribute defines a set of per-vertex 3x3 matrix attributes. -
Uses of Matrix3VertexAttribute in org.web3d.x3d.sai.Shaders
Modifier and TypeMethodDescriptionMatrix3VertexAttribute.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.Accessor method to assign String value to initializeOnly xs:NMTOKEN field named name.Matrix3VertexAttribute.setValue
(float[] newValue) Accessor method to assign float array to inputOutput MFMatrix3f field named value.