SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
Go to the source code of this file.
Classes | |
class | SLRay |
Ray class with ray and intersection properties. More... | |
Macros | |
#define | SL_MAXTRACE 15 |
Ray tracing constant for max. allowed recursion depth. More... | |
Enumerations | |
enum | SLRayType { PRIMARY = 0 , REFLECTED = 1 , REFRACTED = 2 , SHADOW = 3 , PRIMARY = 0 , REFLECTED = 1 , TRANSMITTED = 2 , SHADOW = 3 } |
SLRayType enumeration for specifying ray type in ray tracing. More... | |
Definition in file SLRay.h.
#define SL_MAXTRACE 15 |