28.06.2014 Views

PDF slides

PDF slides

PDF slides

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Putting It All Together<br />

Example application<br />

PinholeCamera camera;<br />

OpenGLFrameBuffer fb;<br />

BasicScene scene; //initialization omitted<br />

BVH tree;<br />

BVHBuilder builder;<br />

BVHIntersector intersector;<br />

RayTracingRenderer renderer;<br />

builder.build(tree, scene.prim.begin(), scene.prim.end());<br />

renderer.render(scene, camera, fb, fb.getClipRegion(),<br />

tree, intersector);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!