Spaces:
Running
Running
Commit
·
6b6e352
1
Parent(s):
48bc2fc
babylon black background
Browse files
src/routes/viewers/BabylonViewer.ts
CHANGED
@@ -18,7 +18,7 @@ export class BabylonViewer implements IViewer {
|
|
18 |
this.engine = new BABYLON.Engine(canvas, true);
|
19 |
|
20 |
this.scene = new BABYLON.Scene(this.engine);
|
21 |
-
this.scene.clearColor = BABYLON.Color4.FromHexString("#
|
22 |
|
23 |
this.camera = new BABYLON.ArcRotateCamera(
|
24 |
"camera",
|
|
|
18 |
this.engine = new BABYLON.Engine(canvas, true);
|
19 |
|
20 |
this.scene = new BABYLON.Scene(this.engine);
|
21 |
+
this.scene.clearColor = BABYLON.Color4.FromHexString("#000000FF");
|
22 |
|
23 |
this.camera = new BABYLON.ArcRotateCamera(
|
24 |
"camera",
|