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

Go to the source code of this file.

Functions

SLfloat rnd01 ()
 

Detailed Description

Authors
Marcus Hudritsch
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 SLLightRect.cpp.

Function Documentation

◆ rnd01()

SLfloat rnd01 ( )

Definition at line 39 of file SLRay.cpp.

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