()
| 639 | perspCamera.aspect = aspect; |
| 640 | perspCamera.near = sphere.radius * 0.01; |
| 641 | perspCamera.far = sphere.radius * 400; |
| 642 | perspCamera.updateProjectionMatrix(); |
| 643 | |
| 644 | // Isometric-ish view from front-right-above in Z-up space |
no outgoing calls
no test coverage detected