Defaulted [Point|Spot]Light radius to 5 meters
Former-commit-id: 7faefa121b90dcd31c83ea6c5baaae264f1c0960
This commit is contained in:
parent
291cdeddfa
commit
588077396c
|
|
@ -23,7 +23,7 @@ m_boundingVolumeUpdated(false),
|
|||
m_attenuation(0.9f),
|
||||
m_innerAngle(15.f),
|
||||
m_outerAngle(45.f),
|
||||
m_radius(500.f)
|
||||
m_radius(5.f)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue