SG_Point * SG_PointNew (SG_Node *parent, const char *name, const M_Vector3 *p)
void SG_PointSize (SG_Node *parent, M_Real size)
void SG_PointColor (SG_Node *parent, M_Color color)
|
The
SG_PointNew() function creates a new point at the origin of the parent node.
If the
p argument is non-NULL, the point is translated to the specified coordinates.
The functions
SG_PointSize() and
SG_PointColor() specify a point size in pixels, and a color, respectively, which will be used
in graphically rendering the point node.
|