iyht / Physcis-based-Simulation-3D-Mass-Spring-System

3D mass-spring system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This is my implementation of 3D mass spring system assignment in CSC417/CSC2549-Physics-based Animation.

Poking and prodding Terry the Bunny

Build & Execution

git submodule update --init --recursive
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
make 
./a2-mass-spring-3d

About

3D mass-spring system.


Languages

Language:C++ 100.0%