We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6504886 commit 048307dCopy full SHA for 048307d
engine/src/main/java/org/terasology/rendering/world/RenderableWorldImpl.java
@@ -380,10 +380,6 @@ private boolean isChunkValidForRender(RenderableChunk chunk) {
380
return chunk.isReady();
381
}
382
383
- private boolean areSurroundingChunksLoaded(RenderableChunk chunk) {
384
- return worldProvider.getWorldViewAround(chunk.getPosition()) != null;
385
- }
386
-
387
private boolean isChunkVisibleFromMainLight(RenderableChunk chunk) {
388
return isChunkVisible(shadowMapCamera, chunk); //TODO: find an elegant way
389
0 commit comments