Elevate Engine 1
Loading...
Searching...
No Matches
Light.cpp
Go to the documentation of this file.
1#include "eepch.h"
2#include "Light.h"
3
4namespace Elevate
5{
6 //Component* Light::Clone()
7 //{
8 // return new Light(m_ambientColor, m_diffuseColor, m_specularColor, m_intensity);
9 //}
10}