|
@@ -62,7 +62,8 @@ export class CaseBabylonPage implements OnInit {
|
|
|
|
|
|
|
|
|
|
|
|
- let initPositon = new BABYLON.Vector3(0,12,0)
|
|
|
+
|
|
|
+ let initPositon = new BABYLON.Vector3(0,0,0)
|
|
|
let beta = Math.PI / 2.5
|
|
|
let radius = 20
|
|
|
const camera = new BABYLON.ArcRotateCamera('camera1', Math.PI / 2, beta, radius, initPositon, this.scene);
|
|
@@ -95,6 +96,9 @@ export class CaseBabylonPage implements OnInit {
|
|
|
this.scene?.render();
|
|
|
});
|
|
|
|
|
|
+
|
|
|
+ this.scene.debugLayer.show();
|
|
|
+
|
|
|
|
|
|
window.addEventListener('resize', () => {
|
|
|
this.engine?.resize();
|