| 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 |
AppearanceObject
X3D node tooltip: [X3DAppearanceNode] Appearance specifies the visual properties of geometry by containing the Material, ImageTexture/MovieTexture/PixelTexture, FillProperties, LineProperties, programmable shader nodes (ComposedShader, PackagedShader, ProgramShader) and TextureTransform nodes.
|
| Modifier and Type | Method and Description |
|---|---|
Appearance |
Appearance.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
Appearance |
Appearance.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
Appearance |
Appearance.setFillProperties(FillProperties newValue)
Assign FillProperties instance (using a properly typed node) to inputOutput SFNode field fillProperties.
|
Appearance |
Appearance.setLineProperties(LineProperties newValue)
Assign LineProperties instance (using a properly typed node) to inputOutput SFNode field lineProperties.
|
Appearance |
Appearance.setMaterial(X3DMaterialNode newValue)
Assign X3DMaterialNode instance (using a properly typed node) to inputOutput SFNode field material.
|
Appearance |
Appearance.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
Appearance |
Appearance.setShaders(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field shaders.
|
Appearance |
Appearance.setTexture(X3DTextureNode newValue)
Assign X3DTextureNode instance (using a properly typed node) to inputOutput SFNode field texture.
|
Appearance |
Appearance.setTextureTransform(X3DTextureTransformNode newValue)
Assign X3DTextureTransformNode instance (using a properly typed node) to inputOutput SFNode field textureTransform.
|
Appearance |
Appearance.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.