-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6c2277
commit 082d3a6
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
# CubesInstanced | ||
OpenGL instancing - real time rendering 274 000 cubes | ||
|
||
So this is a small poject that I used to learn instance rendering in OpenGL. | ||
This is a small poject that I used to learn instance rendering in OpenGL. | ||
|
||
![alt tag](http://i.imgur.com/PQ7d0C2.png) | ||
I also made a short video showing it off with some pretty relaxing music: https://www.youtube.com/watch?v=9nYsrXLfwCc | ||
|
||
Feel free to tinker with the code :) |