| 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.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.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 | Class and Description |
|---|---|
class |
IndexedQuadSetObject
IndexedQuadSet is a geometry node that defines quadrilaterals.
|
class |
QuadSetObject
QuadSet is a geometry node that defines quadrilaterals.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedFaceSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedFaceSet defines polygons using index lists corresponding to vertex coordinates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IndexedTriangleFanSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
IndexedTriangleSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
IndexedTriangleStripSetObject
X3D node tooltip: [X3DComposedGeometryNode] IndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
TriangleFanSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
TriangleSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
class |
TriangleStripSetObject
X3D node tooltip: [X3DComposedGeometryNode] TriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedQuadSet
IndexedQuadSet is a geometry node that defines quadrilaterals.
|
interface |
QuadSet
QuadSet is a geometry node that defines quadrilaterals.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedFaceSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IndexedTriangleFanSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
IndexedTriangleSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
IndexedTriangleStripSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TriangleFanSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TriangleSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
TriangleStripSet
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setAttrib(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setCcw(boolean newValue)
Assign boolean value to initializeOnly SFBool field named ccw.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setColor(X3DColorNode newValue)
Assign X3DColorNode instance (using a properly typed node) using RGB values [0..1] to inputOutput SFNode field color.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setColorPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setFogCoord(FogCoordinate newValue)
Assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setNormal(X3DNormalNode newValue)
Assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setNormalPerVertex(boolean newValue)
Assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.setTexCoord(X3DTextureCoordinateNode newValue)
Assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
X3DComposedGeometryNode |
X3DComposedGeometryNode.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.