ADDED: DrawPoint3D()
This commit is contained in:
parent
af3df8bdd6
commit
4992edab24
2 changed files with 2 additions and 1 deletions
|
@ -110,7 +110,7 @@ void DrawLine3D(Vector3 startPos, Vector3 endPos, Color color)
|
|||
rlEnd();
|
||||
}
|
||||
|
||||
// Draw a point in 3D space--actually a small line.
|
||||
// Draw a point in 3D space, actually a small line
|
||||
void DrawPoint3D(Vector3 position, Color color)
|
||||
{
|
||||
if (rlCheckBufferLimit(8)) rlglDraw();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue