diff options
Diffstat (limited to 'cheatsheet/raylib_models.c')
| -rw-r--r-- | cheatsheet/raylib_models.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cheatsheet/raylib_models.c b/cheatsheet/raylib_models.c index 167ade0..33332f3 100644 --- a/cheatsheet/raylib_models.c +++ b/cheatsheet/raylib_models.c @@ -1,3 +1,4 @@ + // Basic geometric 3D shapes drawing functions void DrawLine3D(Vector3 startPos, Vector3 endPos, Color color); // Draw a line in 3D world space void DrawPoint3D(Vector3 position, Color color); // Draw a point in 3D space, actually a small line |
