GLBasic forum

Main forum => GLBasic - en => Topic started by: matchy on 2010-Oct-21

Title: Disable debug 3D?
Post by: matchy on 2010-Oct-21
Is it possible to turn off the collision and spot light markers in 3D for debug mode?  O_O
Title: Re: Disable debug 3D?
Post by: MrTAToad on 2010-Oct-21
Yes, compile in release mode  =D

But not, its not possible in debug mode.
Title: Re: Disable debug 3D?
Post by: Kitty Hello on 2010-Oct-21
it's cool, isn't it? :D

You could do the collisions first, then an clearscreen  (?IFDEF GLB_DEBUG) and then draw the graphics.