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
I have been using Camera.changed when the position/orientation of the camera changes but it seems that both Camera.twistLeft(amount) and Camera.twistRight(amount) don't trigger an event (though it seems like it may rarely?).
The twist command doesn't change the position of the camera, only the orientation (from what I understand). Even though Camera.changed doesn't specifically mention if it only triggers on camera position change or both camera position and orientation change, Shift + Click + Drag (to my knowledge) only changes the camera orientation yet still triggers Camera.changed.
Camera.twistLeft(amount) and Camera.twistRight(amount) don't appear in the CHANGELOG but Camera.changed has been around for a while (Released as part of 1.23) so my thought was maybe it was introduced after the Camera.changed work was done?
Just wanted to verify this was a bug and not intended functionality.
I have been using
Camera.changed
when the position/orientation of the camera changes but it seems that bothCamera.twistLeft(amount)
andCamera.twistRight(amount)
don't trigger an event (though it seems like it may rarely?).The twist command doesn't change the position of the camera, only the orientation (from what I understand). Even though
Camera.changed
doesn't specifically mention if it only triggers on camera position change or both camera position and orientation change,Shift + Click + Drag
(to my knowledge) only changes the camera orientation yet still triggersCamera.changed
.Camera.twistLeft(amount)
andCamera.twistRight(amount)
don't appear in the CHANGELOG butCamera.changed
has been around for a while (Released as part of 1.23) so my thought was maybe it was introduced after theCamera.changed
work was done?Just wanted to verify this was a bug and not intended functionality.
Sandcastle example: https://sandcastle.cesium.com/#c=bVNBbtswEPzKQhcrQErJ11Y2mjoJUMBAgbjpSRdG3MiEKa5KUhLcon8vKSWOLVo3zszODJZizw30Egc0sAKNA2zQyq5hv0YsLZNqPG9IOy41mjK5+VLqUmcZ7NA5qWto0VTo6Ro3e65rFGAJNEFDPTaeALc3aPekhAVuEAz+7qRBMZrc6SNUvEHDP/Re2ynh4c4icFBUl3rqyCYpiyNXkJ/1gq6FzeQ6CWArrcPQf+ZUTfOMC/HQe8t3XZrewGoNf0sNUJG2pJD5IuniwlYswjb+nVayMcgdzqLvKifJ84PUggZm0X3XDk3P1XnIZS03+B5Pst67NGf5cky5hWWen6KeHnbP25+7z+NBER3uadDwCQYyB3sCt/jqInD0jdDn9gIKt/GNV4eBGxERUVYAH8lcFUcdAhh3COisgyHn1xmFTXBkO8Gx8YTPrMcFv1kIQqsXbmQ/yHejcza5TQrrjgrX4crC91U2LRn/wxmVMpY5bFrl02z20lUHdKyyNlxZkBbZ+WghZA9SrK68MKgUt9Yzr51SO/kHy2RdZF4fjSriwj/BHz0axY9Btl+utxPIGCsyf7w+6YjUCzcz5/8
Browser: Chrome 88, Firefox 82
Operating System: Windows 10
The text was updated successfully, but these errors were encountered: