PointSet { exposedField SFNode color NULL exposedField SFNode coord NULL }Explanation :
The PointSet node specifies a set of 3D points in the local coordinate system with associated colors at each point. PointSet uses the coordinates in order.
PointSets are not lit, not texture-mapped, or collided with during collision detection.
Colors shall be applied to each point in order. The results are undefined if the number of values in the Color node is less than the number of values specified in the Coordinate node
If the color field is NULL and there is a Material defined for the Appearance affecting this PointSet, then use the emissiveColor of the Material to draw the points.
color | : | color of each node. |
coord | : | specifies the Coordinate nodes. |