mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -04:00
Handle light linear/quadratic settings
This commit is contained in:
parent
564256c4e1
commit
c5f0556451
@ -271,16 +271,11 @@ void Objects::insertLight (const MWWorld::Ptr& ptr, Ogre::Entity* skelBase, Ogre
|
||||
info.time = Ogre::Math::RangeRandom(-500, +500);
|
||||
info.phase = Ogre::Math::RangeRandom(-500, +500);
|
||||
|
||||
// changed to linear to look like morrowind
|
||||
bool quadratic = false;
|
||||
/*
|
||||
if (!lightOutQuadInLin)
|
||||
quadratic = lightQuadratic;
|
||||
bool quadratic;
|
||||
if (!lightOutQuadInLin())
|
||||
quadratic = lightQuadratic();
|
||||
else
|
||||
{
|
||||
quadratic = !info.interior;
|
||||
}
|
||||
*/
|
||||
|
||||
if (!quadratic)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user