matthiasvegh / Chunkymator

A json generator for Chunky
GNU General Public License v2.0
5 stars 2 forks source link

Add toggle to change camera mode #5

Closed martijnrondeel closed 10 years ago

martijnrondeel commented 10 years ago

Currently the camera looks into the direction of travel. This is nice for shots where you move through a large city without really focussing on something in particular. However, if you do want to showcase only one building you'd need to move towards it to keep it into frame.

It would be nice if the direction of travel does not change the camera orientation. Simply put it'd be like a cart that travels to x,y,z locations with a camera on it that is able to move 360* in all dimensions whilst the cart 'rides' to the location.

matthiasvegh commented 10 years ago

Sorry for the long wait, but I implemented a version where the camera is fixed on whatever you want it to look at in 5139cd793648547bedf84f25957dd0b48edf2660. -x, -y, -z command line switches specify where you want the camera to look at while it is travelling, and when omitted, the camera looks forward. I have a demo available here

martijnrondeel commented 10 years ago

Oh wow that is really nice. Can't wait to play with it!

matthiasvegh commented 10 years ago

Alright, I'll merge it in then. Have fun!