Uses of Class
org.web3d.x3d.jsail.Texturing3D.TextureCoordinate4D
Package
Description
The Texturing3D component specifies how 3D volumetric textures describe surface properties as data points in a volume of space, rather than a flat surface.
-
Uses of TextureCoordinate4D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionTextureCoordinate4D.addComments
(String newComment) Add comment as String to contained commentsList.TextureCoordinate4D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureCoordinate4D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec4f value to MFVec4f point field.TextureCoordinate4D.clearIS()
Utility method to clear SFNode value of IS field.TextureCoordinate4D.clearMetadata()
Utility method to clear SFNode value of metadata field.final TextureCoordinate4D
TextureCoordinate4D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureCoordinate4D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureCoordinate4D
TextureCoordinate4D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureCoordinate4D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureCoordinate4D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TextureCoordinate4D
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.TextureCoordinate4D.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureCoordinate4D.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureCoordinate4D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate4D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate4D.setPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPoint(float[])
.TextureCoordinate4D.setPoint
(float[] newValue) Accessor method to assign 4-tuple float array to inputOutput MFVec4f field named point.Assign typed object value to MFVec4f point field, similar tosetPoint(float[])
.final TextureCoordinate4D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureCoordinate4D.setUSE
(TextureCoordinate4D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureCoordinate4D.setUSE
(TextureCoordinate4D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.