max-mapper / voxel-engine

3D HTML5 voxel game engine
http://maxogden.github.com/voxel-engine
BSD 3-Clause "New" or "Revised" License
1.29k stars 220 forks source link

3rd Person Camera #42

Closed christopherdebeer closed 11 years ago

christopherdebeer commented 11 years ago

I'm opening this up as an issue, but in reality it's something I'm going to start working on.

Not sure that its the right place (as in the spirit of the project it would be a module) but I figured it would be a good place to store discussion and opinions if other people are interested or working on something similar.

(feel free to delete this issue or tell me to bugger off if appropriate)

vogonistic commented 11 years ago

If you use the latest minecraft-skin and voxel-engine, you can switch the camera from 1st to 3rd person.

There is an example in voxel-hello-world on how to control it: https://github.com/maxogden/voxel-hello-world/blob/master/index.js#L95-L101

christopherdebeer commented 11 years ago

Thanks for the pointer.