dilevin/computer-graphics-kinematics

How to display other shapes other than a hand

Opened this issue · 1 comments

I've tried to run:

mkdir build
cd build
cmake ../ -DCMAKE_BUILD_TYPE=Debug
make

and it outputted an executable named kinematics

But when I ran ./kinematics it only showed a hand.

Do you know how to make it display other characters other than a hand? Thanks

You can add as an argument any json that is in ../data (from the build directory)

ie ./kinematics ../data/beast.json