adbrown85 / rapidgl

Rapid prototyping for OpenGL
GNU General Public License v3.0
1 stars 1 forks source link

Add model, view, and projection matrices to State #17

Closed adbrown85 closed 11 years ago

adbrown85 commented 11 years ago

Currently State is empty, but the transformation and matrix uniform nodes will need model, view, and projection matrices in it.

adbrown85 commented 11 years ago

Relates to #2 and #14.

adbrown85 commented 11 years ago

Forgot to add getViewProjectionMatrix...

adbrown85 commented 11 years ago

Would be useful to have accessors for the sizes of the model, view, and projection matrix stacks.

adbrown85 commented 11 years ago

Misspelling in State::getViewMatrixStackSize declaration...