I only have the manual command section - no examples in the Alienware trial version. I have the full monty for DBC - but DBC only has one camera!
This is a condensed list of the commands I am using. setDisplay() is called once, the camera code is called after repositioning all the objects on screen.
FUNCTION setDisplay()
SET DISPLAY MODE 800, 600, 16
AUTOCAM OFF
hide mouse
sync on: sync rate 0
draw to front
SET AMBIENT LIGHT 25
color backdrop rgb(0,0,0)
backdrop on
cls
set camera range 1,2000
ENDFUNCTION
.
.
.
set camera to follow (object position x(11)), (object position y(11)), (object position z(11)),object angle y(11),-30,10,20,1
point camera (object position x(11)), (object position y(11)), (object position z(11))
zrotate camera (dmx# / 20.0)
SYNC
There are no other camera instructions in the code