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