Uses of Class
org.web3d.x3d.jsail.Shaders.FloatVertexAttribute
Package
Description
The Programmable Shaders component describes how programmable shaders are specified and how they affect the visual appearance of geometry.
-
Uses of FloatVertexAttribute in org.web3d.x3d.jsail.Shaders
Modifier and TypeMethodDescriptionFloatVertexAttribute.addComments
(String newComment) Add comment as String to contained commentsList.FloatVertexAttribute.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.FloatVertexAttribute.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.FloatVertexAttribute.addValue
(float newValue) Add singleton float value to MFFloat value field.Add singleton SFFloat value to MFFloat value field.FloatVertexAttribute.clearIS()
Utility method to clear SFNode value of IS field.FloatVertexAttribute.clearMetadata()
Utility method to clear SFNode value of metadata field.FloatVertexAttribute.clearValue()
Utility method to clear MFFloat value field.final FloatVertexAttribute
FloatVertexAttribute.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.FloatVertexAttribute.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final FloatVertexAttribute
FloatVertexAttribute.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.FloatVertexAttribute.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final FloatVertexAttribute
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final FloatVertexAttribute
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.FloatVertexAttribute.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.FloatVertexAttribute.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 FloatVertexAttribute
Accessor method to assign String value to initializeOnly xs:NMTOKEN field named name.FloatVertexAttribute.setNumComponents
(int newValue) Accessor method to assign int value to initializeOnly SFInt32 field named numComponents.FloatVertexAttribute.setNumComponents
(SFInt32 newValue) Assign typed object value to SFInt32 numComponents field, similar tosetNumComponents(int)
.final FloatVertexAttribute
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.FloatVertexAttribute.setUSE
(FloatVertexAttribute DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.FloatVertexAttribute.setValue
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetValue(float[])
.FloatVertexAttribute.setValue
(float[] newValue) Accessor method to assign Float array to inputOutput MFFloat field named value.FloatVertexAttribute.setValue
(int[] newValue) Assign floating-point array MFFloat value field, similar tosetValue(float[])
.Assign ArrayList MFFloat value field, similar tosetValue(float[])
.Assign typed object MFFloat value field, similar tosetValue(float[])
.Modifier and TypeMethodDescriptionFloatVertexAttribute.setUSE
(FloatVertexAttribute DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.