|
Project Information
Featured
Downloads
|
The example renders a simple scene, which consists of a procedure landscape and two spheres with arrow manipulators ( they allow to move spheres ). The core algorithm computes a visibility of an one sphere from the other center. RayComputer uses a GPU raytracing to solve the task, and OclQueryComputer uses a hardware occlusion query. Also introduce a simpe scene graph api ( RenderObject ). |