Blue Brain BioExplorer
Light.h File Reference
Include dependency graph for Light.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  core::Light
 The Light class defines the common base class for all lights. More...
 
class  core::DirectionalLight
 
class  core::SphereLight
 
class  core::QuadLight
 
class  core::SpotLight
 
class  core::AmbientLight
 

Namespaces

 core
 

Enumerations

enum class  core::LightType {
  core::SPHERE , core::DIRECTIONAL , core::QUAD , core::SPOTLIGHT ,
  core::AMBIENT
}
 The LightType enum defines the different types of light. More...