OpenGL rendering engine
Go to file
elipzer a8c4b05d2f It Works! A triangle renders on the screen.
This commit gets creates the ObjectOriented scene and gets it
working.

The current test program swaps a triangle from small to large with
the 1 and 2 keys on the keyboard. (1 for small and 2 for large).

The small triangle is rendered by the simple scene and the large
one is rendered by the object oriented one.
2018-09-05 19:10:38 -04:00
archive A Working Triangle 2018-09-05 16:26:50 -04:00
dll A Working Triangle 2018-09-05 16:26:50 -04:00
include A Working Triangle 2018-09-05 16:26:50 -04:00
lib A Working Triangle 2018-09-05 16:26:50 -04:00
OpenGLEngine It Works! A triangle renders on the screen. 2018-09-05 19:10:38 -04:00
.gitignore Initial Commit 2018-09-04 15:25:54 -04:00
OpenGLEngine.sln Initial Commit 2018-09-04 15:25:54 -04:00