Browse Source

Fix the description of the 3d example

rexim 3 years ago
parent
commit
82cb496c3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/3d.c

+ 1 - 1
examples/3d.c

@@ -1,4 +1,4 @@
-// This example renders a rotating triangle.
+// This example renders a rotating 3D cube made out of circles.
 // This idea is that you can take this code and compile it to different platforms with different rendering machanisms:
 // This idea is that you can take this code and compile it to different platforms with different rendering machanisms:
 // native with SDL, WebAssembly with HTML5 canvas, etc.
 // native with SDL, WebAssembly with HTML5 canvas, etc.
 #define OLIVEC_IMPLEMENTATION
 #define OLIVEC_IMPLEMENTATION