summaryrefslogtreecommitdiff
path: root/src/arap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arap.h')
-rw-r--r--src/arap.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/arap.h b/src/arap.h
index 39b2076..f9dd81e 100644
--- a/src/arap.h
+++ b/src/arap.h
@@ -32,6 +32,9 @@ public:
void move(int vertex, Eigen::Vector3f pos);
void update(double seconds);
+ ocean_alt m_ocean;
+
+
// ================== Students, If You Choose To Modify The Code Below, It's On You
@@ -96,7 +99,6 @@ public:
int m_num_iterations;
const char * m_mesh_path;
- ocean_alt m_ocean;
double m_time = 0.00;
double m_timestep = 0.3;