mirror of
https://github.com/cds-astro/aladin-lite.git
synced 2025-12-24 12:05:42 -08:00
debug scissor safari 14.x
This commit is contained in:
@@ -833,7 +833,7 @@ impl App {
|
||||
let camera = &self.camera;
|
||||
// Render the scene
|
||||
// Clear all the screen first (only the region set by the scissor)
|
||||
self.gl.clear(web_sys::WebGl2RenderingContext::COLOR_BUFFER_BIT);
|
||||
//self.gl.clear(web_sys::WebGl2RenderingContext::COLOR_BUFFER_BIT);
|
||||
|
||||
surveys.draw(camera, shaders, colormaps, self.projection);
|
||||
self.moc.draw(shaders, camera);
|
||||
|
||||
Reference in New Issue
Block a user