amterp / COMP30019-Project-1

Project 1 for 2018 Semester 2 of COMP30019
1 stars 0 forks source link

Add proper camera collision with terrain #38

Closed amterp closed 6 years ago

amterp commented 6 years ago

Does now require N=7 instead of 8 for it to work properly, unfortunately, as N=8 had a broken collision mesh. Involves giving the camera a rigidbody and doing the camera movement a bit differently, setting its velocity instead of its transform.position.