TerrainLodControl no longer caches camera positions. Issue #121
This commit is contained in:
parent
d7b3d580ed
commit
7df0b41585
@ -160,11 +160,10 @@ public class TerrainLodControl extends AbstractControl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (cameras != null) {
|
if (cameras != null) {
|
||||||
if (cameraLocations.isEmpty() && !cameras.isEmpty()) {
|
cameraLocations.clear();
|
||||||
for (Camera c : cameras) // populate them
|
for (Camera c : cameras) // populate them
|
||||||
{
|
{
|
||||||
cameraLocations.add(c.getLocation());
|
cameraLocations.add(c.getLocation());
|
||||||
}
|
|
||||||
}
|
}
|
||||||
updateLOD(cameraLocations, lodCalculator);
|
updateLOD(cameraLocations, lodCalculator);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user