| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| org.web3d.x3d.sai.Shape |
The Shape component defines nodes for associating geometry with their visible properties
and the scene environment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TwoSidedMaterialObject
X3D node tooltip: (X3D version 3.2 or later) [X3DMaterialNode] TwoSidedMaterial specifies surface rendering properties for associated geometry nodes, for outer (front) and inner (back) sides of polygons.
|
| Modifier and Type | Method and Description |
|---|---|
TwoSidedMaterial |
TwoSidedMaterial.setAmbientIntensity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named ambientIntensity.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackAmbientIntensity(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named backAmbientIntensity.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackDiffuseColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named backDiffuseColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackEmissiveColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named backEmissiveColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackShininess(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named backShininess.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackSpecularColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named backSpecularColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setBackTransparency(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named backTransparency.
|
TwoSidedMaterial |
TwoSidedMaterial.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
TwoSidedMaterial |
TwoSidedMaterial.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
TwoSidedMaterial |
TwoSidedMaterial.setDiffuseColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named diffuseColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setEmissiveColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named emissiveColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TwoSidedMaterial |
TwoSidedMaterial.setSeparateBackColor(boolean newValue)
Assign boolean value to inputOutput SFBool field named separateBackColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setShininess(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named shininess.
|
TwoSidedMaterial |
TwoSidedMaterial.setSpecularColor(float[] newValue)
Assign 3-tuple float array using RGB values [0..1] using RGB values [0..1] to inputOutput SFColor field named specularColor.
|
TwoSidedMaterial |
TwoSidedMaterial.setTransparency(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named transparency.
|
TwoSidedMaterial |
TwoSidedMaterial.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.