Mesh above texture

Hi, does anyone know if it’s possible to have a textured quad in projection space and then for me to place spheres “on top” of that?

use ZWriteEnable (EX9.RenderState) to disable zwriting for your quad in projectionspace. like this it is really in the back and other geometry can be drawn above it.

thanks. did the trick. :)