Render to texture...

is there any good tutorials in this… or can anyone explain it to me… I don’t understand where to start…

Exactly what are you looking for? An implementation of rendable textures or a more like uses for it?

go to nvidia.com -> developer -> render-to-texture pdf / html. this will tell you about ways to do this.

Allan

If you’re looking for an implementation you can check my code in my framework at my site , there’s a RenderTexture.h file in there that may be helpful.

Originally posted by Humus:
Exactly what are you looking for? An implementation of rendable textures or a more like uses for it?

I want to render some cool 3d stuff… and then freeze it and render it to an quad and then I want to rotate and move the quad with the frozen 3d pic as texture into the screen and disapear