| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.jsail.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.jsail.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.jsail.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.jsail.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| org.web3d.x3d.sai.CADGeometry |
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
|
| org.web3d.x3d.sai.Geometry3D |
The Geometry3D component describes how three-dimensional geometry is specified and
defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes
(Box, Cone, Cylinder, Sphere).
|
| org.web3d.x3d.sai.Geospatial |
The Geospatial component defines how to associate real-world locations in an X3D scene
and specifies nodes particularly tuned for geospatial applications.
|
| org.web3d.x3d.sai.HAnim |
The Humanoid Animation (H-Anim) component for X3D defines node bindings and other
details for implementing ISO/IEC 19774, the H-Anim International Specificaiton.
|
| org.web3d.x3d.sai.Rendering |
The Rendering component includes fundamental rendering primitives such as TriangleSet
and PointSet nodes, as well as geometric properties nodes that define how coordinate
indices, colors, normals and texture coordinates are specified.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
IndexedQuadSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
QuadSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSetObject |
IndexedQuadSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
QuadSetObject |
QuadSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
ElevationGridObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedFaceSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
ElevationGridObject |
ElevationGridObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSetObject |
IndexedFaceSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
GeoElevationGridObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
GeoElevationGridObject |
GeoElevationGridObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
HAnimHumanoidObject.getSkinNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field skinNormal.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkinNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field skinNormal.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimHumanoidObject |
HAnimHumanoidObject.setSkinBindingNormals(java.util.ArrayList<X3DNormalNode> newValue)
Assign ArrayList value of MFNode skinBindingNormals field, similar to
HAnimHumanoidObject.setSkinBindingNormals(X3DNode[]). |
| Modifier and Type | Class and Description |
|---|---|
class |
NormalObject
X3D node tooltip: [X3DNormalNode] Normal defines a set of 3D surface-normal vectors that apply either to a sibling Coordinate|CoordinateDouble node, or else to a parent ElevationGrid node.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
IndexedTriangleFanSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedTriangleSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedTriangleStripSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleFanSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleStripSetObject.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedTriangleFanSetObject |
IndexedTriangleFanSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedTriangleSetObject |
IndexedTriangleSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedTriangleStripSetObject |
IndexedTriangleStripSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleFanSetObject |
TriangleFanSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleSetObject |
TriangleSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleStripSetObject |
TriangleStripSetObject.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
IndexedQuadSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
QuadSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedQuadSet |
IndexedQuadSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
QuadSet |
QuadSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
ElevationGrid.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedFaceSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
ElevationGrid |
ElevationGrid.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSet |
IndexedFaceSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
GeoElevationGrid.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
GeoElevationGrid |
GeoElevationGrid.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
HAnimHumanoid.getSkinNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field skinNormal.
|
| Modifier and Type | Method and Description |
|---|---|
HAnimHumanoid |
HAnimHumanoid.setSkinNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field skinNormal.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Normal
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNormalNode |
IndexedTriangleFanSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedTriangleSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
IndexedTriangleStripSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleFanSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
TriangleStripSet.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
X3DComposedGeometryNode.getNormal()
Provide X3DNormalNode instance (using a properly typed node) from inputOutput SFNode field normal.
|
X3DNormalNode |
X3DNormalNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DNormalNode |
X3DNormalNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DNormalNode |
X3DNormalNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DNormalNode |
X3DNormalNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
IndexedTriangleFanSet |
IndexedTriangleFanSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedTriangleSet |
IndexedTriangleSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedTriangleStripSet |
IndexedTriangleStripSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleFanSet |
TriangleFanSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleSet |
TriangleSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleStripSet |
TriangleStripSet.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.