set camera on first conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

set camera on first conversation

Post by hrohibil »

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..
User avatar
Tony Li
Posts: 21721
Joined: Thu Jul 18, 2013 1:27 pm

Re: set camera on first conversation

Post by Tony Li »

Hi,

The Camera() command moves the current sequencer camera.

If you want to switch to a different camera, use SwitchCamera().
Post Reply