Uses of Class
org.web3d.x3d.jsail.Shaders.Matrix4VertexAttribute
Package
Description
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 TypeMethodDescriptionMatrix4VertexAttribute.addComments
(String newComment) Add comment as String to contained commentsList.Matrix4VertexAttribute.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Matrix4VertexAttribute.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Matrix4VertexAttribute.addValue
(SFMatrix4f newValue) Add singleton SFMatrix4f value to MFMatrix4f value field.Matrix4VertexAttribute.clearIS()
Utility method to clear SFNode value of IS field.Matrix4VertexAttribute.clearMetadata()
Utility method to clear SFNode value of metadata field.final Matrix4VertexAttribute
Matrix4VertexAttribute.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Matrix4VertexAttribute.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Matrix4VertexAttribute
Matrix4VertexAttribute.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Matrix4VertexAttribute.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Matrix4VertexAttribute
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Matrix4VertexAttribute
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.Matrix4VertexAttribute.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Matrix4VertexAttribute.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.final Matrix4VertexAttribute
Accessor method to assign String value to initializeOnly xs:NMTOKEN field named name.final Matrix4VertexAttribute
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Matrix4VertexAttribute.setUSE
(Matrix4VertexAttribute DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Matrix4VertexAttribute.setValue
(float[] newValue) Accessor method to assign float array to inputOutput MFMatrix4f field named value.Matrix4VertexAttribute.setValue
(MFMatrix4f newValue) Assign typed object MFMatrix4f value field, similar tosetValue(float[])
.Modifier and TypeMethodDescriptionMatrix4VertexAttribute.setUSE
(Matrix4VertexAttribute DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.