OpenGL rendering engine
Go to file
elipzer 0a9fde252a Throbbing Trapezoid
The trapezoid now throbs between black and white. This was made to
test out the element buffers using MyBatch. Next up for the
batches should probably be to figure out the recommended way of
specifying more than one element buffer. Currently it is done
by specifying the number of elements to be stored and the number
of element vbos needed but maybe there is some way to get it to
work using variadic templates. There is a comment about this in
the Batch.h file.
2018-09-07 00:41:34 -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 Throbbing Trapezoid 2018-09-07 00:41:34 -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