adbrown85 / rapidgl

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

Add State #2

Closed adbrown85 closed 11 years ago

adbrown85 commented 11 years ago

Nodes will need to share some state between them while they're being visited. For that reason we have a State class that we pass to the nodes in each of their visit-related hooks. For now we'll leave it empty, but future releases should include the model, view, and projection matrices.

adbrown85 commented 11 years ago

Added State in 30805e31fac46f7b9af3c17b47feaabcd574fa93. Moved State to RapidGL directory in 1967ab79567a56c9748b9ad6fad0f47f515557f8.