Deadline: Apr. 20th (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,
- install
eigen
library following this document - make sure you synchronized the
main
branch of your local repository to that of remote repository. - make sure you created branch
task01
frommain
branch. - make sure you are currently in the
task01
branch (usegit branch -a
command).
Now 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
task01/problem1.png
This program solves the equation of motion
Modify the code at line #43
and line #44
in main.cpp to integrate the equation of motion using the Backward(Implicit) Euler Method scheme for the movement of Red object.
Save the screenshot image overwriting task01/problem2.png
After modifying the code, push the code and submit a pull request.
- Do not submit multiple pull requests. Only the first pull request is graded
- Do not close the pull request by yourself. The instructor will close the pull request
- If you mistakenly merge the pull request, it's OK, but be careful not to merge next time.