ptcrealitylab / vuforia-spatial-core-addon

Core Add-on for the Vuforia Spatial Edge Server
https://spatialtoolbox.vuforia.com
Mozilla Public License 2.0
6 stars 8 forks source link

Threejs version inconsistencies #53

Open afustePTC opened 3 years ago

afustePTC commented 3 years ago

The sample 3D tools use a version of Threejs from 2016 that is not compatible with THREE.Meshline or certain model loaders.

It would be good to update the version from the sample 3D tools to a current version of Three.js but when I try, the raycaster for touch inputs doesn't work properly.

hobinjk-ptc commented 3 years ago

I'm seeing a different but equally bad set of issues using the latest THREE.js. There were a few code changes but after that it seemed like the projection matrix wasn't always being set correctly. At one point I'd tilt the camera up and the sphere frame would move to the left (and vice-versa)