-
-
Methods in org.web3d.x3d.sai.Rendering that return TriangleFanSet
Modifier and Type |
Method |
Description |
TriangleFanSet |
TriangleFanSet.setAttrib(X3DNode[] newValue) |
Accessor 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.
|
TriangleFanSet |
TriangleFanSet.setCcw(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named ccw.
|
TriangleFanSet |
TriangleFanSet.setColor(X3DColorNode newValue) |
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DColorNode instance (using a properly typed node) to inputOutput SFNode field color.
|
TriangleFanSet |
TriangleFanSet.setColorPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named colorPerVertex.
|
TriangleFanSet |
TriangleFanSet.setCoord(X3DCoordinateNode newValue) |
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
TriangleFanSet |
TriangleFanSet.setFanCount(int[] newValue) |
Accessor method to assign int array to inputOutput MFInt32 field named fanCount.
|
TriangleFanSet |
TriangleFanSet.setFogCoord(FogCoordinate newValue) |
Accessor method to assign org.web3d.x3d.sai.EnvironmentalEffects.FogCoordinate instance (using a properly typed node) to inputOutput SFNode field fogCoord.
|
TriangleFanSet |
TriangleFanSet.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
TriangleFanSet |
TriangleFanSet.setNormal(X3DNormalNode newValue) |
Accessor method to assign org.web3d.x3d.sai.Rendering.X3DNormalNode instance (using a properly typed node) to inputOutput SFNode field normal.
|
TriangleFanSet |
TriangleFanSet.setNormalPerVertex(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named normalPerVertex.
|
TriangleFanSet |
TriangleFanSet.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
TriangleFanSet |
TriangleFanSet.setTexCoord(X3DSingleTextureCoordinateNode newValue) |
Accessor method to assign org.web3d.x3d.sai.Texturing.X3DSingleTextureCoordinateNode instance (using a properly typed node) to inputOutput SFNode field texCoord.
|