diff options
author | jjesswan <jessica_wan@brown.edu> | 2024-05-10 01:49:32 -0400 |
---|---|---|
committer | jjesswan <jessica_wan@brown.edu> | 2024-05-10 01:49:32 -0400 |
commit | d2f792c6fee2a6e78dcf2fff77f43ef036c58877 (patch) | |
tree | 8085f9428fc26d20df1ad44b0d714f61436b1cd1 /src/arap.h | |
parent | 4150f19230962abaf68a8be209c7fa10bc7691e3 (diff) |
saving parts
Diffstat (limited to 'src/arap.h')
-rw-r--r-- | src/arap.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |