OpenGL rendering engine
Go to file
elipzer 05363f94b7 Abstracted Batch Element Specification
Now, the batch subclasses define the Element specification and the
elements are not stored in the main Batch class. It is suggested
that the batch subclasses use vectors of the different element
types per requested VBO and offer a function to return a reference
to one of the elements by index. This functionality is implemented
in the current version of MyBatch.

A test for the movement needs to be completed
2018-09-07 11:45:32 -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 Abstracted Batch Element Specification 2018-09-07 11:45:32 -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