Searched refs:scene (Results 1 – 3 of 3) sorted by relevance
53 private scene?: THREE.Scene;64 draw(scene: Scene3D) {88 scene.camera.panScreenDistance.dx / this.canvasRects.clientWidth;90 scene.camera.panScreenDistance.dy / this.canvasRects.clientHeight;92 this.scene = new THREE.Scene();94 (Canvas.TARGET_SCENE_DIAGONAL / scene.boundingBox.diagonal) *95 scene.camera.zoomFactor;96 this.scene.scale.set(scaleFactor, -scaleFactor, scaleFactor);97 this.scene.translateX(98 scaleFactor * -scene.boundingBox.center.x + cameraWidth * panFactorX,[all …]
164 const scene: Scene3D = { constant175 return scene;
8 Demonstrates how to the use Activity scene transitions when transitions