Advertisement

Render scene to a cube map

Started by June 08, 2008 03:10 PM
-1 comments, last by dreamtwister 16 years, 5 months ago
Here is my problem: I have a scene with a large number of objects (specifically billboarded stars at varying distances). Since they are in the background and stationary, it seems to me that I would save a lot of processing per frame if I could render them once, then dump them into a cube map which I could then use to build a simple skybox. I mean, rendering 6 textured quads every frame has to be better than thousands, right? Is there a way to do that using OpenGL?

This topic is closed to new replies.

Advertisement