Ortho camera support - #46
Conversation
Co-Authored-By: Alexander Goryushkin <[email protected]>
|
Hi @Algorush!
|
Hi @Avnerus! We use Orthographic camera in 3DStreet Editor mode in two projections - for Plan View (view from above on the street), for Cross Section view (side view). You can see it here for example: https://3dstreet.app/#https://streetmix.net/kfarr/3/example-street
An error occurs when switching to the Orthographic camera related to the math.gl library: Also, I'm sorry, this PR won't work with the standard version of Aframe-inspector for now. To be honest, I published this PR in this repo by mistake. I wanted to publish it in the 3Dstreet/aframe-loader-3dtiles-component repository. Because I applied a temporary solution here by adding the emit aframe-loader-3dtiles-component/index.js Line 49 in 4e3b36d Thank you very much for the suggestion to add Orthographic camera support to three-loader-3dtiles. I had already did it today, and it works good at first glance. |
|
Thank you @Algorush! |

made the first version for orthographic camera support with dummy perspective camera, for review.