Uses of Interface
org.web3d.x3d.sai.Shaders.Matrix4VertexAttribute
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 Matrix4VertexAttribute in org.web3d.x3d.jsail.Shaders
Modifier and TypeClassDescriptionclass
Matrix4VertexAttribute defines a set of per-vertex 4x4 matrix attributes. -
Uses of Matrix4VertexAttribute in org.web3d.x3d.sai.Shaders
Modifier and TypeMethodDescriptionMatrix4VertexAttribute.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.Matrix4VertexAttribute.setValue
(float[] newValue) Accessor method to assign float array to inputOutput MFMatrix4f field named value.