Uses of Class
org.web3d.x3d.jsail.Rendering.Normal
Package
Description
The Rendering component includes fundamental rendering primitives such as TriangleSet and PointSet nodes, as well as geometric properties nodes that define how coordinate indices, colors, normals and texture coordinates are specified.
-
Uses of Normal in org.web3d.x3d.jsail.Rendering
Modifier and TypeMethodDescriptionNormal.addComments
(String newComment) Add comment as String to contained commentsList.Normal.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.Normal.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec3f value to MFVec3f vector field.Normal.clearIS()
Utility method to clear SFNode value of IS field.Normal.clearMetadata()
Utility method to clear SFNode value of metadata field.final Normal
Normal.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.Normal.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final Normal
Normal.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.Normal.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final Normal
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final Normal
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.Normal.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.Normal.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 Normal
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Normal.setVector
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetVector(float[])
.Normal.setVector
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named vector.Assign typed object value to MFVec3f vector field, similar tosetVector(float[])
.Modifier and TypeMethodDescriptionAssign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.