Thanks for the reply guys.
This is how I create my selection buffer. How would I change that to create the buffer bound to the default depth buffer? If I don't want the existing depth information...
Type: Posts; User: BentFX
Thanks for the reply guys.
This is how I create my selection buffer. How would I change that to create the buffer bound to the default depth buffer? If I don't want the existing depth information...
There were no URLs.
I got it figured out. At least according to a post on another site that I read, you can't rebind the frame buffer to a different depth buffer but you can blit between the two...
I've gotta keep this short. (the forum code hates me cause I'm new)
I've got an offscreen render buffer I use for picking. How do I sometimes attach it to the existing scene depth buffer, and...