![]() |
SLProject
4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
|
#include <atomic>#include <cmath>#include <ctime>#include <random>#include <SLRay.h>#include <SLSceneView.h>#include <SLSkybox.h>Go to the source code of this file.
Functions | |
| SLfloat | rnd01 () |
Definition in file SLRay.cpp.
| SLfloat rnd01 | ( | ) |
Uniform random number generator for numbers between 0 and 1 that is used in SLRay, SLLightRect and SLPathtracer.
Definition at line 50 of file SLRay.cpp.