BryceMehring / GameEngine

C++ OpenGL Cross Platform Game Engine
7 stars 2 forks source link

Remove color from the vertex structure #68

Closed BryceMehring closed 10 years ago

BryceMehring commented 10 years ago

Pass color into the shaders via glUniform().

BryceMehring commented 10 years ago

Added: #70