Assignment 3: Camera movement
Objectives
- Raising modeling transformation level.
- Modeling a 3D object.
- Apply transformations to move the camera around,up,beneath and through the objects the model.
- simulation for full body joints movement.
- Report your results and comments.
Deadline
Deadline for online submission will be on Saturday 4/4/2020 11:59 PM
Joining to Assignment Repository
This is an individual assignment
- Go to the Assignment Page.
- Accept the assignment.
- Wait till your repository created.
- Open the link and Clone repository.
- you will find a starter code for most of camera movements functions and you need to implement the logic.
Instructions
- use the robotic body drawn in the last assignment.full body should be used with requirements from previous assignments
- Set up camera to move around the body
- the body joints movements from assignment 2 should be maintained.
- using the mouse navigation for camera vertical rotations.
- using the right arrow and left arrow keyboard keys to
- using the up arrow and down arrow provide rotation around horizontal axis.
- write down a markdown report in the readMe.md file with screen shots for main movements.
Submitting
$ git commit -a -m "solved all problems!"
$ git push origin master
Helper
- Mouse function : here