SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SLLight.h File Reference
#include <SL.h>
#include <SLVec4.h>
#include <SLShadowMap.h>
Include dependency graph for SLLight.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lightDataStd140
 Struct for uniform buffer with std140 layout. More...
 
class  SLLight
 Abstract Light class for OpenGL light sources. More...
 

Typedefs

typedef vector< SLLight * > SLVLight
 STL vector of light pointers. More...
 

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 SLLight.h.

Typedef Documentation

◆ SLVLight

typedef vector<SLLight*> SLVLight

STL vector of light pointers.

Definition at line 232 of file SLLight.h.