diff options
Diffstat (limited to 'src/arap.h')
-rw-r--r-- | src/arap.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -37,6 +37,8 @@ public: void draw(Shader *shader, GLenum mode) { + + m_shape.draw(shader, mode); } |
![]() |
index : ocean-simulation.git | |
My team's final project for Brown University's graduate graphics course. Models an ocean implementing many techniques from relevant literature, leveraging the GPU to make performance viable for a realtime simulation. | csci2240 |
summaryrefslogtreecommitdiff |
-rw-r--r-- | src/arap.h | 2 |
@@ -37,6 +37,8 @@ public: void draw(Shader *shader, GLenum mode) { + + m_shape.draw(shader, mode); } |