Uses of Class
org.web3d.x3d.jsail.Texturing3D.TextureTransformMatrix3D
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 TextureTransformMatrix3D in org.web3d.x3d.jsail.Texturing3D
Modifier and TypeMethodDescriptionTextureTransformMatrix3D.addComments
(String newComment) Add comment as String to contained commentsList.TextureTransformMatrix3D.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.TextureTransformMatrix3D.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.TextureTransformMatrix3D.clearIS()
Utility method to clear SFNode value of IS field.TextureTransformMatrix3D.clearMetadata()
Utility method to clear SFNode value of metadata field.final TextureTransformMatrix3D
TextureTransformMatrix3D.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.TextureTransformMatrix3D.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final TextureTransformMatrix3D
TextureTransformMatrix3D.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.TextureTransformMatrix3D.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final TextureTransformMatrix3D
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.final TextureTransformMatrix3D
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.TextureTransformMatrix3D.setMapping
(String newValue) Accessor method to assign String value to inputOutput SFString field named mapping.TextureTransformMatrix3D.setMapping
(SFString newValue) Assign typed object value to SFString mapping field, similar tosetMapping(String)
.TextureTransformMatrix3D.setMatrix
(float[] newValue) Accessor method to assign float array to inputOutput SFMatrix4f field named matrix.TextureTransformMatrix3D.setMatrix
(SFMatrix4f newValue) Assign typed object value to SFMatrix4f matrix field, similar tosetMatrix(float[])
.TextureTransformMatrix3D.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.TextureTransformMatrix3D.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 TextureTransformMatrix3D
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.TextureTransformMatrix3D.setUSE
(TextureTransformMatrix3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionTextureTransformMatrix3D.setUSE
(TextureTransformMatrix3D DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.