| 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.
|
| org.web3d.x3d.sai.EnvironmentalEffects |
Nodes in the Environmental effects component support the creation of realistic environmental
effects such as panoramic backgrounds and fog.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BackgroundObject
X3D node tooltip: [X3DBackgroundNode] Background simulates ground and sky, using vertical arrays of wraparound color values.
|
class |
TextureBackgroundObject
X3D node tooltip: [X3DBackgroundNode] TextureBackground simulates ground and sky, using vertical arrays of wraparound color values, TextureBackground can also provide backdrop texture images on all six sides.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Background
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TextureBackground
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DBackgroundNode |
X3DBackgroundNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DBackgroundNode |
X3DBackgroundNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DBackgroundNode |
X3DBackgroundNode.setGroundAngle(float[] newValue)
Assign float array unit axis, angle (in radians) within allowed range of [0,1.5708] to inputOutput MFFloat field named groundAngle.
|
X3DBackgroundNode |
X3DBackgroundNode.setGroundColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput MFColor field named groundColor.
|
X3DBackgroundNode |
X3DBackgroundNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DBackgroundNode |
X3DBackgroundNode.setSkyAngle(float[] newValue)
Assign float array unit axis, angle (in radians) within allowed range of [0,3.1416] to inputOutput MFFloat field named skyAngle.
|
X3DBackgroundNode |
X3DBackgroundNode.setSkyColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput MFColor field named skyColor.
|
X3DBackgroundNode |
X3DBackgroundNode.setTransparency(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named transparency.
|
X3DBackgroundNode |
X3DBackgroundNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.