Parent: object
Inherits from baseobject
Draws a series of 3D points in space. You can create a list of points or just display one point with this object. Points have a 'Size' parameter which determines how many pixels in diameter the point will have on screen. If the point has size 3 it will be represented by 3 pixels on screen whether the point may be close to the camera or far away from the camera. Perspective does not apply here. Points can be rounded or squared and antialiased.
size integer
Pixel width of the point.
POSITIONCOLORS
Contain unlimited POSITIONCOLOR elements where each POSITIONCOLOR is a point. They can be different colors.
color COLOR
Color of the point
x y z float
Position of the point