How do i enable dynamic lighting?
Help me out here.
Dynamic Lights.
Like, real shadow-mapped dynamic shadowing/lighting?
Source fails when it comes to this, both in methods and implementation.
You can only have one in the entire scene, including the flash light. Though if you disable the flash light or during a cut-scene you can create your own with the env_projectedtexture entity.
If you mean the old system, which does not create dynamic shadows, use light_dynamic.
Source fails when it comes to this, both in methods and implementation.
You can only have one in the entire scene, including the flash light. Though if you disable the flash light or during a cut-scene you can create your own with the env_projectedtexture entity.
If you mean the old system, which does not create dynamic shadows, use light_dynamic.
All you can do is allow for multiple shadow-mapped lights, so you can have more then one env_projectedtexture in a map and a flashlight. Though this value must be raised through the code, so you can't do it for O.C.
Also parenting and a few other problems with this entity, so really it's not the best light source.
Also parenting and a few other problems with this entity, so really it's not the best light source.