#include <SLMaterial.h>
#include <SLMesh.h>
Go to the source code of this file.
|
| class | SLRay |
| | Ray class with ray and intersection properties. More...
|
| |
- Date
- July 2014
- Authors
- Marcus Hudritsch
- Copyright
- http://opensource.org/licenses/GPL-3.0
Definition in file SLRay.h.
◆ SL_MAXTRACE
Ray tracing constant for max. allowed recursion depth.
Definition at line 30 of file SLRay.h.
◆ SLRayType
SLRayType enumeration for specifying ray type in ray tracing.
| Enumerator |
|---|
| PRIMARY | |
| REFLECTED | |
| REFRACTED | |
| SHADOW | |
Definition at line 21 of file SLRay.h.