summaryrefslogtreecommitdiffhomepage
path: root/examples/models_planes.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2015-07-18 19:26:13 +0200
committerraysan5 <[email protected]>2015-07-18 19:26:13 +0200
commit067b884f395b7b6d4c179cb3d58b0d17a02950ec (patch)
treeb6075ae3689cb345c27f0358bc814b48596b3877 /examples/models_planes.c
parenta98578c91db7d51233ae56e599dd4a3b2244cd0c (diff)
downloadraylib-067b884f395b7b6d4c179cb3d58b0d17a02950ec.tar.gz
raylib-067b884f395b7b6d4c179cb3d58b0d17a02950ec.zip
Updated examples for next raylib version
Diffstat (limited to 'examples/models_planes.c')
-rw-r--r--examples/models_planes.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/models_planes.c b/examples/models_planes.c
index b0a6b878..58b5137e 100644
--- a/examples/models_planes.c
+++ b/examples/models_planes.c
@@ -42,8 +42,7 @@ int main()
Begin3dMode(camera);
- DrawPlane((Vector3){ 0, 0, 0 }, (Vector2){ 4, 4 }, (Vector3){ 0, 45, 0 }, RED);
- //DrawPlaneEx((Vector3){ 0, 8, 0 }, (Vector2){ 2, 1 }, (Vector3){ 0, 0, 0 }, 4, 4, SKYBLUE);
+ DrawPlane((Vector3){ 0, 0, 0 }, (Vector2){ 4, 4 }, RED); // Draw a plane XZ
DrawGrid(10.0, 1.0);