summaryrefslogtreecommitdiff
path: root/src/arap.h
diff options
context:
space:
mode:
authorjjesswan <jessica_wan@brown.edu>2024-05-10 01:49:32 -0400
committerjjesswan <jessica_wan@brown.edu>2024-05-10 01:49:32 -0400
commitd2f792c6fee2a6e78dcf2fff77f43ef036c58877 (patch)
tree8085f9428fc26d20df1ad44b0d714f61436b1cd1 /src/arap.h
parent4150f19230962abaf68a8be209c7fa10bc7691e3 (diff)
saving parts
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;