Uses of Interface
org.web3d.x3d.sai.CADGeometry.IndexedQuadSet
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.CADGeometry | |
| org.web3d.x3d.sai.CADGeometry |
-
Uses of IndexedQuadSet in org.web3d.x3d.jsail.CADGeometry
Classes in org.web3d.x3d.jsail.CADGeometry that implement IndexedQuadSet Modifier and Type Class Description classIndexedQuadSetObjectIndexedQuadSet is a geometry node that defines quadrilaterals. -
Uses of IndexedQuadSet in org.web3d.x3d.sai.CADGeometry
Methods in org.web3d.x3d.sai.CADGeometry that return IndexedQuadSet Modifier and Type Method Description IndexedQuadSetIndexedQuadSet. setAttrib(X3DNode[] newValue)Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.IndexedQuadSetIndexedQuadSet. setCcw(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named ccw.IndexedQuadSetIndexedQuadSet. setColor(X3DColorNode newValue)Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.IndexedQuadSetIndexedQuadSet. setColorPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.IndexedQuadSetIndexedQuadSet. setCoord(X3DCoordinateNode newValue)Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.IndexedQuadSetIndexedQuadSet. setFogCoord(FogCoordinate newValue)Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.IndexedQuadSetIndexedQuadSet. setIndex(int[] newValue)Accessor method to assign int array to initializeOnly MFInt32 field named index.IndexedQuadSetIndexedQuadSet. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.IndexedQuadSetIndexedQuadSet. setNormal(X3DNormalNode newValue)Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.IndexedQuadSetIndexedQuadSet. setNormalPerVertex(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.IndexedQuadSetIndexedQuadSet. setSolid(boolean newValue)Accessor method to assign boolean value to initializeOnly SFBool field named solid.IndexedQuadSetIndexedQuadSet. setTexCoord(X3DTextureCoordinateNode newValue)Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.