DrawPoint3D: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
* [[DrawText]] | |||
* [[SetDrawColor]] | |||
* [[SetTextDrawScale]] | |||
* [[GetTextSize]] | |||
* [[DrawLine]] | |||
* [[DrawLine3D]] | |||
* [[DrawPoint3D]] | |||
* [[DrawCircle3D]] | |||
* [[DrawBox]] | |||
* [[DrawRect]] | |||
* [[DrawTexture]] |
Revision as of 14:14, 16 November 2019
Description
__EDIT_ME__
Syntax
DrawPoint3D(x, y, z [, PointSize, bForeground])
Parameters
- x
World X location - y
World Y location - z
World Z location - PointSize (optional)
Size of the point, defaults to 1.0 - bForeground (optional)
true to draw before geometry, false to draw in world space.
Return Value
- __EDIT_ME__
Example
__EDIT_ME__