Point - superclass: helper; super-superclass:node - classID: #(8211, 0)
Constructor
point...
PointHelperObj ...Properties
<Point>.size Float default: 20.0 -- animatable; floatSets the size for the point object. Use this to minimize the point object, or increase its size to aid in locating it. Default=20.
<Point>.centermarker Boolean default: false -- animatable; boolean; Center_MarkerDisplays a small X marker at the center of the point object.
<Point>.axistripod Boolean default: false -- animatable; boolean; Axis_TripodDisplays a tripod axis indicating the position and orientation of the point object.
The axis remains visible when the point object is no longer selected.
<Point>.cross Boolean default: true -- animatable; booleanDisplays an axis-aligned cross.
<Point>.box Boolean default: false -- animatable; booleanDisplays a small box at the center of the point object.
<Point>.constantscreensize Boolean default: false -- animatable; boolean; Constant_Screen_SizeKeeps the size of the point object constant, regardless of how much you zoom in or out.
<Point>.drawontop Boolean default: false -- animatable; boolean; Draw_On_TopWhen this is on, the point helper object draws lines with the Z buffer turned off (which usually causes it to appear in front of other objects).
<Point>.axisLength Float default: 20.0Sets the length of the tripod axis.