| Package | Description |
|---|---|
| org.web3d.x3d.jsail.VolumeRendering |
The Volume Rendering component provides the ability to specify and render volumetric
data sets.
|
| Modifier and Type | Method and Description |
|---|---|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.clearSurfaceNormals()
Utility method to clear SFNode value of surfaceNormals field.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setCoolColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named coolColor.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setCoolColor(float red,
float green,
float blue,
float alpha)
Assign values to SFColorRGBA coolColor field, similar to
setCoolColor(float[]). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setCoolColor(SFColorRGBAObject newValue)
Assign typed object value to SFColorRGBA coolColor field, similar to
setCoolColor(float[]). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setSurfaceNormals(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field surfaceNormals.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setSurfaceNormals(X3DTexture3DNode newValue)
Assign X3DTexture3DNode instance (using a properly typed node) to inputOutput SFNode field surfaceNormals.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setUSE(ToneMappedVolumeStyleObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setWarmColor(float[] newValue)
Assign 4-tuple float array using RGBA values [0..1] using RGBA values [0..1] to inputOutput SFColorRGBA field named warmColor.
|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setWarmColor(float red,
float green,
float blue,
float alpha)
Assign values to SFColorRGBA warmColor field, similar to
setWarmColor(float[]). |
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setWarmColor(SFColorRGBAObject newValue)
Assign typed object value to SFColorRGBA warmColor field, similar to
setWarmColor(float[]). |
| Modifier and Type | Method and Description |
|---|---|
ToneMappedVolumeStyleObject |
ToneMappedVolumeStyleObject.setUSE(ToneMappedVolumeStyleObject 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.