Engine
Frameworkcreatedbymeusableforthecreationofsimplegames.CurrentlysupportsOpenGL(Verysimple)andVulkan.
Classes | Variables
Light.hpp File Reference
#include "ThirdParty/glm/glm/glm.hpp"
#include "Engine/api.hpp"

Go to the source code of this file.

Classes

class  Light
 

Variables

enum ENGINE_API LightType
 Enum containing the different types of lights that can be created. More...
 
 LIGHT_AMBIENT_LIGHT = 0
 
 LIGHT_DIRECTIONAL_LIGHT
 
 LIGHT_POINT_LIGHT
 
 LIGHT_SPOT_LIGHT
 

Variable Documentation

LIGHT_AMBIENT_LIGHT = 0

Definition at line 10 of file Light.hpp.

LIGHT_DIRECTIONAL_LIGHT

Definition at line 10 of file Light.hpp.

LIGHT_POINT_LIGHT

Definition at line 10 of file Light.hpp.

LIGHT_SPOT_LIGHT

Definition at line 10 of file Light.hpp.

enum ENGINE_API LightType

Enum containing the different types of lights that can be created.

Definition at line 9 of file Light.hpp.