| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Texturing3D |
The Texturing3D component specifies how 3D volumetric textures describe surface properties
as data points in a volume of space, rather than a flat surface.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTexture3DObject |
PixelTexture3DObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
PixelTexture3DObject |
PixelTexture3DObject.addImage(int newValue)
Add singleton int value to MFInt32 image field.
|
PixelTexture3DObject |
PixelTexture3DObject.addImage(SFInt32Object newValue)
Add singleton SFInt32Object value to MFInt32 image field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearImage()
Utility method to clear MFInt32 value of image field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
PixelTexture3DObject |
PixelTexture3DObject.clearTextureProperties()
Utility method to clear SFNode value of textureProperties field.
|
PixelTexture3DObject |
PixelTexture3DObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
PixelTexture3DObject |
PixelTexture3DObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PixelTexture3DObject |
PixelTexture3DObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
PixelTexture3DObject |
PixelTexture3DObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PixelTexture3DObject |
PixelTexture3DObject.setImage(java.util.ArrayList<java.lang.Integer> newValue)
Assign ArrayList value of MFInt32 image field, similar to
setImage(int[]). |
PixelTexture3DObject |
PixelTexture3DObject.setImage(int[] newValue)
Assign Integer array to inputOutput MFInt32 field named image.
|
PixelTexture3DObject |
PixelTexture3DObject.setImage(MFInt32Object newValue)
Assign typed object value to MFInt32 image field, similar to
setImage(int[]). |
PixelTexture3DObject |
PixelTexture3DObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
PixelTexture3DObject |
PixelTexture3DObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTexture3DObject |
PixelTexture3DObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatR(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatR.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatR(SFBoolObject newValue)
Assign typed object value to SFBool repeatR field, similar to
setRepeatR(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setRepeatS(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatS.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatS(SFBoolObject newValue)
Assign typed object value to SFBool repeatS field, similar to
setRepeatS(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setRepeatT(boolean newValue)
Assign boolean value to initializeOnly SFBool field named repeatT.
|
PixelTexture3DObject |
PixelTexture3DObject.setRepeatT(SFBoolObject newValue)
Assign typed object value to SFBool repeatT field, similar to
setRepeatT(boolean). |
PixelTexture3DObject |
PixelTexture3DObject.setTextureProperties(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3DObject |
PixelTexture3DObject.setTextureProperties(TextureProperties newValue)
Assign TextureProperties instance (using a properly typed node) to initializeOnly SFNode field textureProperties.
|
PixelTexture3DObject |
PixelTexture3DObject.setUSE(PixelTexture3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
PixelTexture3DObject |
PixelTexture3DObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
PixelTexture3DObject |
PixelTexture3DObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
PixelTexture3DObject |
PixelTexture3DObject.setUSE(PixelTexture3DObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.