vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
Light.hpp File Reference

This file contains the Light Factory class. More...

#include <memory>
#include "VEngine/Scene/Entities/Light.hpp"
+ Include dependency graph for Light.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ven::LightFactory
 Class for light factory. More...
 

Namespaces

namespace  ven
 

Variables

static constexpr Transform3D ven::DEFAULT_TRANSFORM = {.translation = {0.F, 0.F, 0.F}, .scale = {0.1F, 0.F, 0.F}, .rotation = {0.F, 0.F, 0.F}}
 

Detailed Description

This file contains the Light Factory class.

Definition in file Light.hpp.