Camera position or zoom target
Defines the type of camera queue entry (false: move camera, true: zoom camera)
Optional
transitionMS: numberDuration of the movement in milliseconds
Optional
sdCtrlName: stringIf not configured, the first shapediver instance of the configurator is used
Generated using TypeDoc
Adds a camera or zoom command to the camera queue but does not trigger the update yet.
This function can be used to accumulate various camera commands before executing the camera update.
=> Use processCameraQueue for executing the accumulated camera commands.