Uses of Interface
org.web3d.x3d.sai.Rendering.X3DComposedGeometryNode
Packages that use X3DComposedGeometryNode
Package
Description
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
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.
The CADGeometry component is provided for Computer-Aided Design (CAD) nodes.
The Geometry3D component describes how three-dimensional geometry is specified and defines ElevationGrid, Extrusion, IndexedFaceSet, and most primitive geometry nodes (Box, Cone, Cylinder, Sphere).
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.
-
Uses of X3DComposedGeometryNode in org.web3d.x3d.jsail.CADGeometry
Classes in org.web3d.x3d.jsail.CADGeometry that implement X3DComposedGeometryNodeModifier and TypeClassDescriptionclassIndexedQuadSet is a geometry node that defines quadrilaterals.classQuadSet is a geometry node that defines quadrilaterals. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.jsail.Geometry3D
Classes in org.web3d.x3d.jsail.Geometry3D that implement X3DComposedGeometryNodeModifier and TypeClassDescriptionclassIndexedFaceSet defines polygons using index lists corresponding to vertex coordinates. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.jsail.Rendering
Classes in org.web3d.x3d.jsail.Rendering that implement X3DComposedGeometryNodeModifier and TypeClassDescriptionclassIndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.sai.CADGeometry
Subinterfaces of X3DComposedGeometryNode in org.web3d.x3d.sai.CADGeometryModifier and TypeInterfaceDescriptioninterfaceIndexedQuadSet is a geometry node that defines quadrilaterals.interfaceQuadSet is a geometry node that defines quadrilaterals. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.sai.Geometry3D
Subinterfaces of X3DComposedGeometryNode in org.web3d.x3d.sai.Geometry3DModifier and TypeInterfaceDescriptioninterfaceIndexedFaceSet defines polygons using index lists corresponding to vertex coordinates. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.sai.Rendering
Subinterfaces of X3DComposedGeometryNode in org.web3d.x3d.sai.RenderingModifier and TypeInterfaceDescriptioninterfaceIndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceIndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.Methods in org.web3d.x3d.sai.Rendering that return X3DComposedGeometryNodeModifier and TypeMethodDescriptionAccessor method to assign org.web3d.x3d.sai.Core.X3DNode array (using an array consisting of properly typed nodes or ProtoInstances) to inputOutput MFNode field attrib.X3DComposedGeometryNode.setCcw(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named ccw.X3DComposedGeometryNode.setColor(X3DColorNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.X3DComposedGeometryNode.setColorPerVertex(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.X3DComposedGeometryNode.setCoord(X3DCoordinateNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.X3DComposedGeometryNode.setFogCoord(FogCoordinate newValue) Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.X3DComposedGeometryNode.setMetadata(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DComposedGeometryNode.setNormal(X3DNormalNode newValue) Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.X3DComposedGeometryNode.setNormalPerVertex(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.X3DComposedGeometryNode.setSolid(boolean newValue) Accessor method to assign boolean value to initializeOnly SFBool field named solid.X3DComposedGeometryNode.setTexCoord(X3DNode newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DNode instance (using a properly typed node) to inputOutput SFNode field texCoord.