Deadline: June 9th (Thu) at 15:00pm
If you have not done the task00, do it first to set up the C++ graphics development environment.
Follow this document to submit the assignment, In a nutshell, before doing the assignment,
- make sure you synchronized the
mainbranch of your local repository to that of remote repository. - make sure you created branch
task06frommainbranch. - make sure you are currently in the
task06branch (usegit branch -acommand).
This assignment needs tinygltf library. Download it with
$ cd acg-<username>
$ git submodule update --init external/tinygltfNow you are ready to go!
- Build the code using cmake
- Run the code
- Take a screenshot image (looks like image at the top)
- Save the screenshot image overwriting
task06/problem1.png
Write code at line #209 and line #228 to implement linear blend skinning for articulated rigid body.
Save the screenshot image overwriting task06/problem2.png
After modify the code, push the code and submit a pull request.


