graphics3d 800,600,16,1
Blitz3D Forums/Blitz3D Programming/graphics3d 800,600,16,1
graphics3d 800,600,16,1
This settings work on every pc ? (is the graphic card is 3d capable)
i'd go for 640,480 if you want to be totally compatiable, but that's still fine and will work on ALOT of computers.
It works on my pc but there is corruption on the display.
I'd suggest using "graphics3d 800,600,0,1" instead, so Blitz chooses the bit-depth for the user's PC rather than forcing it to 16-bit.
To be super-safe, probably best to start the game with a small window (or a 640x480 mode) that will alow the user to set the resolution and launch the game from there....
-Danny
Before setting any 3D graphics mode check if the host PC can handle it.
Shambler is correct. You can detect all this before starting. See Start.bb in your samples folders.
It works on mine.