PDA

View Full Version : Fixed camera view


cridalab
06-15-2008, 06:43 PM
hello,

is there a way to keep the view fixed at times so that the user can't navigate away from a crucial scene?
At the moment I achieve this by doing a camera animation for the duration I want the view fixed. The limitation with this is the camera animation is time based but I want the view fixed until a certain event is triggered.

Got any ideas?

tilite
06-15-2008, 08:54 PM
cridalab,

You can create a "null" object to you scene, then create a 'First Person View Control' animation. You can alter the settings so the scene becomes unnavigational... I imagine you will want to set everything to <disable>. Hope that helps.

-tilite

cridalab
06-15-2008, 11:56 PM
good idea - thanks again