Remove unecessary forced lod for shadow
This commit is contained in:
@@ -91,10 +91,6 @@ int LODNode::getLevel()
|
||||
return n;
|
||||
}
|
||||
|
||||
// If it's the shadow pass, and we would have otherwise hidden the item, show the min one
|
||||
if (curr_cam->isOrthogonal())
|
||||
return m_detail.size() - 1;
|
||||
|
||||
return -1;
|
||||
} // getLevel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user