mirror of
https://github.com/openglobus/openglobus.git
synced 2025-12-08 19:25:27 +00:00
926 tests
This commit is contained in:
parent
2a4add16da
commit
73d7ae738f
@ -45,6 +45,7 @@
|
||||
|
||||
globus.planet.addControl(new control.DebugInfo());
|
||||
globus.planet.addControl(new control.ToggleWireframe());
|
||||
globus.planet.addControl(new control.DrawingSwitcher());
|
||||
</script>
|
||||
</body>
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user