Version: 1.0

Posted: 2006-09-18

Build Requirements: Mac OS X v10.4.3 with Xcode 2.3

Runtime Requirements: Mac OS X v10.4.3 and a graphics card that supports the GL_EXT_framebuffer_object extension

View Source Code:

Download Sample (“FBOBunnies.zip”, 1.12M)
Download Sample (“FBOBunnies.dmg”, 1.25M)



Description

This sample shows the power and simplicity of framebuffer objects (FBO).

FBO replaces previous render-to-texture methods such as offscreen windows and PBuffers.

It is cross-platform and does not require copying texture data or switching contexts.

Press space bar to switch through different rendering modes.

Document Revision History

Date Notes
2006-09-18Demonstrates how to use framebuffer objects (FBO)

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.