summaryrefslogtreecommitdiff
path: root/src/arap.h
diff options
context:
space:
mode:
authorSebastian Park <SebPark03@gmail.com>2024-05-10 04:09:10 -0400
committerSebastian Park <SebPark03@gmail.com>2024-05-10 04:09:10 -0400
commit487b0874e1fbb891e5ecf5721bd05814b0c0572d (patch)
tree99f394d3776f3094294097e262d711cd1a5acc89 /src/arap.h
parentee06bfd66ebc0d0d9d88bb9cb69b7cb350e3cfe2 (diff)
parentb4ca8b708587c540233284beae8d42ff43092580 (diff)
Merge branch 'main' of https://github.com/Seb-Park/ocean-simulation
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;