Directional Shdaows, no alpha
This commit is contained in:
@@ -23,7 +23,7 @@ void HydraDirectionalLightActor::InitialiseComponents()
|
||||
|
||||
|
||||
light_comp.diffuse = glm::vec4(1,1,1,1);
|
||||
light_comp.intensity = 1000.0f;
|
||||
light_comp.intensity = 10000.0f;
|
||||
light_comp.light_type = static_cast<uint32_t>(HYDRA_LIGHT_TYPE::HYDRA_LIGHT_DIRECTIONAL);
|
||||
light_comp.entity_id = GetID();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user