some? improvements maybe?
This commit is contained in:
@@ -213,7 +213,7 @@ public class VoxyRenderSystem {
|
|||||||
this.renderDistanceTracker.setCenterAndProcess(cameraX, cameraZ);
|
this.renderDistanceTracker.setCenterAndProcess(cameraX, cameraZ);
|
||||||
|
|
||||||
//Done here as is allows less gl state resetup
|
//Done here as is allows less gl state resetup
|
||||||
this.renderer.tickModelService(Math.max(5_000_000-(System.nanoTime()-startTime), 75_000));
|
this.renderer.tickModelService(Math.max(3_000_000-(System.nanoTime()-startTime), 75_000));
|
||||||
}
|
}
|
||||||
TimingStatistics.postDynamic.stop();
|
TimingStatistics.postDynamic.stop();
|
||||||
|
|
||||||
|
|||||||
@@ -142,7 +142,7 @@ public class RenderService<T extends AbstractSectionRenderer<J, ?>, J extends Vi
|
|||||||
|
|
||||||
//if (this.modelService.getProcessingCount() < 750)
|
//if (this.modelService.getProcessingCount() < 750)
|
||||||
{//Very bad hack to try control things
|
{//Very bad hack to try control things
|
||||||
this.geometryUpdateQueue.consumeNano(3_000_000 - (System.nanoTime() - frameStart));
|
this.geometryUpdateQueue.consumeNano(1_000_000 - (System.nanoTime() - frameStart));
|
||||||
}
|
}
|
||||||
|
|
||||||
this.nodeCleaner.tick(this.traversal.getNodeBuffer());//Probably do this here??
|
this.nodeCleaner.tick(this.traversal.getNodeBuffer());//Probably do this here??
|
||||||
|
|||||||
Reference in New Issue
Block a user