News:

Building a 3D Ray Tracer  By stevmjon

Main Menu

Set Draw order/Depth?

Started by Draco9898, July 07, 2004, 11:35:42 AM

Previous topic - Next topic

Draco9898

Can you change this w/o a camera? I just want to change it while using DrawImage?  :rolleyes:
DualCore Intel Core 2 processor @ 2.3 ghz, Geforce 8600 GT (latest forceware drivers), 2 gigs of ram, WIN XP home edition sp2, FireFox 2.

"You'll no doubt be horrified to discover that PlayBasic is a Programming Language." -Kevin

kevin

#1
No,  when in immediate mode, drawimage will render the image when the DrawImage command is executed..   If you want to control the display depth, without using sprites, then yuo'll have to use a camera.. which can be a bit messy, but ya get that



  Links:

  PlayBASIC Camera Documentation

  PlayBASIC Documentation

kevin

i've put and example in the source codes section for you..