SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLPathtracer.cpp File Reference
#include <algorithm>
#include <SLCamera.h>
#include <SLLightRect.h>
#include <SLPathtracer.h>
#include <SLSceneView.h>
#include <GlobalTimer.h>
#include <Profiler.h>
Include dependency graph for SLPathtracer.cpp:

Go to the source code of this file.

Functions

SLfloat rnd01 ()
 

Detailed Description

Authors
Thomas Schneiter
Date
July 2014
Authors
Marcus Hudritsch
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file SLPathtracer.cpp.

Function Documentation

◆ rnd01()

SLfloat rnd01 ( )

Definition at line 39 of file SLRay.cpp.

39 { return random01(); }
auto random01
Definition: SLRay.cpp:36