Uses of Class
org.web3d.x3d.jsail.Texturing3D.TextureCoordinate3D
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 TextureCoordinate3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionTextureCoordinate3D.addComments
(String newComment) Add comment as String to contained commentsList.TextureCoordinate3D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureCoordinate3D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.Add singleton SFVec3f value to MFVec3f point field.TextureCoordinate3D.clearIS()
Utility method to clear SFNode value of IS field.TextureCoordinate3D.clearMetadata()
Utility method to clear SFNode value of metadata field.final TextureCoordinate3D
TextureCoordinate3D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureCoordinate3D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureCoordinate3D
TextureCoordinate3D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureCoordinate3D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureCoordinate3D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TextureCoordinate3D
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.TextureCoordinate3D.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureCoordinate3D.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureCoordinate3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate3D.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.TextureCoordinate3D.setPoint
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetPoint(float[])
.TextureCoordinate3D.setPoint
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput MFVec3f field named point.Assign typed object value to MFVec3f point field, similar tosetPoint(float[])
.final TextureCoordinate3D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureCoordinate3D.setUSE
(TextureCoordinate3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureCoordinate3D.setUSE
(TextureCoordinate3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.