-
-
Methods in org.web3d.x3d.sai.Geometry3D that return IndexedFaceSet
| Modifier and Type |
Method |
Description |
IndexedFaceSet |
IndexedFaceSet.setAttrib(X3DNode[] newValue) |
Accessor method to assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field attrib.
|
IndexedFaceSet |
IndexedFaceSet.setCcw(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
|
IndexedFaceSet |
IndexedFaceSet.setColor(X3DColorNode newValue) |
Accessor method to assign X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
IndexedFaceSet |
IndexedFaceSet.setColorIndex(int[] newValue) |
Accessor method to assign int array to initializeOnly MFInt32 field named colorIndex.
|
IndexedFaceSet |
IndexedFaceSet.setColorPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
IndexedFaceSet |
IndexedFaceSet.setConvex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named convex.
|
IndexedFaceSet |
IndexedFaceSet.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
IndexedFaceSet |
IndexedFaceSet.setCoordIndex(int[] newValue) |
Accessor method to assign int array to initializeOnly MFInt32 field named coordIndex.
|
IndexedFaceSet |
IndexedFaceSet.setCreaseAngle(float newValue) |
Accessor method to assign float value unit axis, angle (in radians) to initializeOnly SFFloat field named creaseAngle.
|
IndexedFaceSet |
IndexedFaceSet.setFogCoord(FogCoordinate newValue) |
Accessor method to assign FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
IndexedFaceSet |
IndexedFaceSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
IndexedFaceSet |
IndexedFaceSet.setNormal(X3DNormalNode newValue) |
Accessor method to assign X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
IndexedFaceSet |
IndexedFaceSet.setNormalIndex(int[] newValue) |
Accessor method to assign int array to initializeOnly MFInt32 field named normalIndex.
|
IndexedFaceSet |
IndexedFaceSet.setNormalPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
IndexedFaceSet |
IndexedFaceSet.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
IndexedFaceSet |
IndexedFaceSet.setTexCoord(X3DTextureCoordinateNode newValue) |
Accessor method to assign X3DTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|
IndexedFaceSet |
IndexedFaceSet.setTexCoordIndex(int[] newValue) |
Accessor method to assign int array to initializeOnly MFInt32 field named texCoordIndex.
|