| Package | Description |
|---|---|
| org.web3d.x3d.jsail.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| Modifier and Type | Method and Description |
|---|---|
FogObject |
FogObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
FogObject |
FogObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
FogObject |
FogObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
FogObject |
FogObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
FogObject |
FogObject.setColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named color.
|
FogObject |
FogObject.setColor(float red,
float green,
float blue)
Assign values to SFColor color field, similar to
setColor(float[]). |
FogObject |
FogObject.setColor(SFColorObject newValue)
Assign typed object value to SFColor color field, similar to
setColor(float[]). |
FogObject |
FogObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
FogObject |
FogObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FogObject |
FogObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
FogObject |
FogObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FogObject |
FogObject.setFogType(SFStringObject newValue)
Assign typed object value to SFString fogType field, similar to
setFogType(String). |
FogObject |
FogObject.setFogType(java.lang.String newValue)
Assign String enumeration value ("LINEAR"|"EXPONENTIAL") ['LINEAR'|'EXPONENTIAL'] to inputOutput SFString field named fogType.
|
FogObject |
FogObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
FogObject |
FogObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
FogObject |
FogObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FogObject |
FogObject.setUSE(FogObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
FogObject |
FogObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
FogObject |
FogObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
FogObject |
FogObject.setVisibilityRange(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named visibilityRange.
|
FogObject |
FogObject.setVisibilityRange(SFFloatObject newValue)
Assign typed object value to SFFloat visibilityRange field, similar to
setVisibilityRange(float). |
| Modifier and Type | Method and Description |
|---|---|
FogObject |
FogObject.setUSE(FogObject 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.