You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a problem when changing navigation from first person to orbit and vice versa. First person breaks orbit.
I tested it out in my app and seems to have exactly the same problem when applying 1.FirstPerson 2.Orbit, Orbit doesn't work properly, the pivot point is still the same.
Basically, FirstPerson navigation breaks Orbit navigation or Pan (you called it Plan) navigation.
Test it out in the app:
cameraComponent.setNavigationMode('Orbit');
cameraComponent.setNavigationMode('FirstPerson');
The same issue is on the official open platform as on the picture
Reproduction ▶️
No response
Steps to reproduce 🔢
Set Navigation to mode First Person
Switch to navigation mode Orbit or Pan
In case of Orbit there will be problem with pivot point, in case of pan there will be issue with speed of truck movement (to slow)
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a repository issue and not a framework-specific issue. For example, if it's a THREE.js related bug, it should likely be reported to mrdoob/threejs instead.
Check that this is a concrete bug. For Q&A join our Community.
Describe the bug 📝
There is a problem when changing navigation from first person to orbit and vice versa. First person breaks orbit.
I tested it out in my app and seems to have exactly the same problem when applying 1.FirstPerson 2.Orbit, Orbit doesn't work properly, the pivot point is still the same.
Basically, FirstPerson navigation breaks Orbit navigation or Pan (you called it Plan) navigation.
Test it out in the app:
cameraComponent.setNavigationMode('Orbit');
![image](https://private-user-images.githubusercontent.com/125380891/286172171-39abacbb-80f0-4806-a9f2-43a70cf4858c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNzE3OTUsIm5iZiI6MTczOTI3MTQ5NSwicGF0aCI6Ii8xMjUzODA4OTEvMjg2MTcyMTcxLTM5YWJhY2JiLTgwZjAtNDgwNi1hOWYyLTQzYTcwY2Y0ODU4Yy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQxMDU4MTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1hMDQ1YjM0NmE5NDdkMTRiODBjOWVjN2M3Mzc3M2I2ZmMyMDFiMmRmZTk0ZWMwYzJiNmVlYTY4YmJlMjYwN2ZlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.aX56fW4TtYQly6fDt9dFNGgwdxtO5yTZ8a5AYCfjV-A)
cameraComponent.setNavigationMode('FirstPerson');
The same issue is on the official open platform as on the picture
Reproduction▶️
No response
Steps to reproduce 🔢
In case of Orbit there will be problem with pivot point, in case of pan there will be issue with speed of truck movement (to slow)
System Info 💻
Used Package Manager 📦
npm
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: