Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

Author
Message
TEH_CODERER
21
Years of Service
User Offline
Joined: 12th Nov 2003
Location: Right behind you!
Posted: 9th Mar 2004 17:06
How do you make a new camera?
I heard somewhere that it was possible.

Night Giant
21
Years of Service
User Offline
Joined: 26th Jul 2003
Location:
Posted: 9th Mar 2004 18:21
not in DB, you just have to reposition the camera.

oh, wow. insignificantpunks.cjb.net. we like orange treble clef notes, just for future reference.

no: website for progs yet.
GameKit
22
Years of Service
User Offline
Joined: 6th Mar 2003
Location: USA, Staring Blankly at a Computer
Posted: 9th Mar 2004 20:09
The only way to make multiple cameras in DarkBasic Classic Is to alternate the camera position between two locations and set the visible area of the screen for each position and angle.

Cam#=Cam#+1
If Cam#=3 then Cam#=1

If Cam#=1
Position Camera 1st location
Rotate Camera 1st Angle
Set View 1st half of screen
Endif

If Cam#=2
Position Camera 2nd location
Rotate Camera 2nd Angle
Set View 2nd half of screen
Endif

Note that this meathod will cut your FPS(Frames per second) in half...Well...I hope that answers your question.

Do not thwart the way of the dragon. For thou tasteth like chicken.

Login to post a reply

Server time is: 2025-05-23 08:52:31
Your offset time is: 2025-05-23 08:52:31