I would like to only write to the Z and Stencil buffers. How do i disable the colour buffer?
I am trying to create a 3D robot that should perform certain actions when certain body parts are clicked. I have successfully (sort of) implemented picking in that if you click on any x-plane part, it ...