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.

DarkBASIC Professional Discussion / What's wrong with ghosted objects

Author
Message
AnalSauceMonkey
22
Years of Service
User Offline
Joined: 24th Oct 2002
Location: I can't find myself
Posted: 18th Jan 2003 05:08
In dbpro the ghosted sphere appears to be behind the cube, but in db it does what it should do. This should be fixed.

sync on
sync rate 100

make object sphere 1,5
color object 1,rgb(200,0,0)
ghost object on 1

make object cube 2,10
color object 2,rgb(0,200,0)

xrotate camera 30
position camera 0,15,-20

color backdrop 0

do
a=a+1
position object 1,0,cos(a)*10,0
sync
loop
ZomBfied
22
Years of Service
User Offline
Joined: 2nd Oct 2002
Location:
Posted: 19th Jan 2003 04:20
I get the same problem. Ghosted objects seem to have some kind of zbuffering problem. What up with that guys?

ICERGB
22
Years of Service
User Offline
Joined: 8th Nov 2002
Location: Canada
Posted: 19th Jan 2003 06:55
EEeeewww

Login to post a reply

Server time is: 2025-05-19 03:39:54
Your offset time is: 2025-05-19 03:39:54