SLProject 4.0.000
SLRaytracer.h File Reference
#include <SLEventHandler.h>
#include <SLGLTexture.h>
#include <SLVec4.h>
#include <SLLight.h>
#include <Averaged.h>
Include dependency graph for SLRaytracer.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  SLRTAAPixel
 Pixel index struct used in anti aliasing in ray tracing. More...
 
class  SLRaytracer
 SLRaytracer hold all the methods for Whitted style Ray Tracing. More...
 

Typedefs

typedef vector< SLRTAAPixelSLVPixel
 

Enumerations

enum  SLRTState { rtReady , rtBusy , rtFinished , rtMoveGL }
 Ray tracing state. More...
 

Typedef Documentation

◆ SLVPixel

typedef vector<SLRTAAPixel> SLVPixel

Enumeration Type Documentation

◆ SLRTState

enum SLRTState

Ray tracing state.

Enumerator
rtReady 
rtBusy 
rtFinished 
rtMoveGL