Uses of Interface
org.web3d.x3d.sai.Rendering.X3DComposedGeometryNode
-
Uses of X3DComposedGeometryNode in org.web3d.x3d.jsail.CADGeometry
Classes in org.web3d.x3d.jsail.CADGeometry that implement X3DComposedGeometryNode Modifier and Type Class Description classIndexedQuadSetObjectIndexedQuadSet is a geometry node that defines quadrilaterals.classQuadSetObjectQuadSet 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 X3DComposedGeometryNode Modifier and Type Class Description classIndexedFaceSetObjectIndexedFaceSet 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 X3DComposedGeometryNode Modifier and Type Class Description classIndexedTriangleFanSetObjectIndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleSetObjectIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classIndexedTriangleStripSetObjectIndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleFanSetObjectTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleSetObjectTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.classTriangleStripSetObjectTriangleStripSet 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.CADGeometry Modifier and Type Interface Description interfaceIndexedQuadSetIndexedQuadSet is a geometry node that defines quadrilaterals.interfaceQuadSetQuadSet is a geometry node that defines quadrilaterals. -
Uses of X3DComposedGeometryNode in org.web3d.x3d.sai.Geometry3D
Subinterfaces of X3DComposedGeometryNode in org.web3d.x3d.sai.Geometry3D Modifier and Type Interface Description interfaceIndexedFaceSetIndexedFaceSet 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.Rendering Modifier and Type Interface Description interfaceIndexedTriangleFanSetIndexedTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceIndexedTriangleSetIndexedTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceIndexedTriangleStripSetIndexedTriangleStripSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleFanSetTriangleFanSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleSetTriangleSet is a geometry node containing a Coordinate|CoordinateDouble node, and can also contain Color|ColorRGBA, Normal and TextureCoordinate nodes.interfaceTriangleStripSetTriangleStripSet 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 X3DComposedGeometryNode Modifier and Type Method Description X3DComposedGeometryNodeX3DComposedGeometryNode. setAttrib(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.X3DComposedGeometryNodeX3DComposedGeometryNode. setCcw(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named ccw.X3DComposedGeometryNodeX3DComposedGeometryNode. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.X3DComposedGeometryNodeX3DComposedGeometryNode. setColorPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.X3DComposedGeometryNodeX3DComposedGeometryNode. setCoord(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.X3DComposedGeometryNodeX3DComposedGeometryNode. setFogCoord(FogCoordinate newValue)Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.X3DComposedGeometryNodeX3DComposedGeometryNode. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DComposedGeometryNodeX3DComposedGeometryNode. setNormal(X3DNormalNode newValue)Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.X3DComposedGeometryNodeX3DComposedGeometryNode. setNormalPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.X3DComposedGeometryNodeX3DComposedGeometryNode. setSolid(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named solid.X3DComposedGeometryNodeX3DComposedGeometryNode. setTexCoord(X3DTextureCoordinateNode newValue)Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.