Hi Toni
I tried setup a camera into the initial node into the sequencer this code_
Camera(CameraSHOPMANFront,, 4);
What should the number actually do here`? i mean i wanted no transition, just instantly use the camera i set up. And it does actually snap over instant to the other camera, but from not same pose / angle i set the other camera in. What could cause this?
EDIT:
I already have one sequencer camera in use and set for a closeup which works fine. But I can´t insert more than one sequencer camera in the slot.
So how do i have an initial sequencer camera and then another further down the node chain..
set camera on first conversation
Re: set camera on first conversation
Hi,
The Camera() command moves the current sequencer camera.
If you want to switch to a different camera, use SwitchCamera().
The Camera() command moves the current sequencer camera.
If you want to switch to a different camera, use SwitchCamera().