Blockland Forums > Modification Help
I need a tut on Cameras.
Pew446:
I need to learn a bunch about cameras. I'd like to know everything from getting the position to changing what you're looking at. Any help will be appreciated! :D
Amade:
localclientconnection.camera.dump();
You should take a look at TDM, it has a good working example of using cameras.
Chrono:
Speaking of cameras, PathCameras are quite the interesting class.
Though as much as I tried to mess with them, I couldn't actually get any of the functions to work properly.
I also used a PathCamera datablock for the static camera events.
lilboarder32:
--- Quote from: Chrono on June 13, 2010, 02:35:02 AM ---Speaking of cameras, PathCameras are quite the interesting class.
Though as much as I tried to mess with them, I couldn't actually get any of the functions to work properly.
I also used a PathCamera datablock for the static camera events.
--- End quote ---
What exactly is a PathCamera? How is it different?
Chrono:
A Camera is able to be freely controlled by the player. Whether it's in flying mode or orbit mode.
A PathCamera is controlled by the server.