Diogo Mestre
Diogo Mestre
@usefulthink I am having the same problem described in this thread. I tried applying the function you provided above, but it doesn't seem to be right. The values did not...
@usefulthink yes, of course. > How small are we talking here? It seems that, the further away from the anchor, the larger the deviation is. In the following examples, **my...
@usefulthink after spending some time researching and studying how `proj4` works and why the values were not matching (also inspired by what I've read in [another issue of this project](https://github.com/googlemaps/js-three/issues/981)),...
You can just integrate this code if you want. I'll just add that the `vec3` passed as an argument should be cloned before performing these calculations, because it shouldn't be...
I'm pinging this thread because I am also needing some sort of virtual camera attached to my project. In my specific case, I am trying to work with [`CSS3DRenderer`](https://threejs.org/docs/?q=css3dr#examples/en/renderers/CSS3DRenderer), but...