| Package | Description |
|---|---|
| org.web3d.x3d.jsail.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| org.web3d.x3d.sai.Shaders |
The programmable shaders component describes how programmable shaders are specified
and how they affect the visual appearance of geometry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FloatVertexAttributeObject
X3D node tooltip: (X3D version 3.1 or later) [X3DVertexAttributeNode] FloatVertexAttribute defines a set of per-vertex single-precision floating-point attributes
|
| Modifier and Type | Method and Description |
|---|---|
FloatVertexAttribute |
FloatVertexAttribute.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
FloatVertexAttribute |
FloatVertexAttribute.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
FloatVertexAttribute |
FloatVertexAttribute.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
FloatVertexAttribute |
FloatVertexAttribute.setName(java.lang.String newValue)
Assign String value to inputOutput SFString field named name.
|
FloatVertexAttribute |
FloatVertexAttribute.setNumComponents(int newValue)
Assign int value within allowed range of [1,4] to initializeOnly SFInt32 field named numComponents.
|
FloatVertexAttribute |
FloatVertexAttribute.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
FloatVertexAttribute |
FloatVertexAttribute.setValue(float[] newValue)
Assign float array to inputOutput MFFloat field named value.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.