926 tests

This commit is contained in:
Zemledelec 2025-09-19 11:12:49 +04:00
parent 2a4add16da
commit 73d7ae738f
2 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,7 @@
globus.planet.addControl(new control.DebugInfo());
globus.planet.addControl(new control.ToggleWireframe());
globus.planet.addControl(new control.DrawingSwitcher());
</script>
</body>

View File

@ -1249,8 +1249,8 @@ class Renderer {
gl.drawArrays(gl.TRIANGLE_STRIP, 0, 4);
this.screenDepthFramebuffer!.deactivate();
gl.enable(gl.BLEND);
}
gl.enable(gl.BLEND);
}
protected _readDepthBuffer(callback?: () => void) {