Rendering Quality

Started by aZen, January 27, 2014, 10:23:46 PM

Previous topic - Next topic

aZen

Is there a way to create a frame buffer that allows for rendering with different sampling modes (quality)? Or do I have to create two instances (seems like it's redundant, memory wise)?

I would like to be able to render with low quality when frame rate is important and with high quality when quality is. Would that be possible to implement it?

EgonOlsen


aZen

software, sorry I forgot to mention that

EgonOlsen

You have to create two instances then. The FrameBuffer contains not only the pixels but some additional data structures for hidden surface removal and such and these depend on the resolution too.

aZen

Ok, thanks for the quick reply!