x3dom / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
815 stars 271 forks source link

Move backwards, strafe left, strafe right cause crossing walls. #1186

Open microaaron opened 2 years ago

microaaron commented 2 years ago

https://twitter.com/microaaron/status/1471970864958636032

microaaron commented 2 years ago

@andreasplesch They also cause rushing out of the map. https://twitter.com/microaaron/status/1471980966562336772

microaaron commented 2 years ago

@andreasplesch Well, checking front for collisions is effective only for moveForward.

andreasplesch commented 2 years ago

Yes, that is where the check is. It may be possible to check the other directions in the same way but it will impact performance.

---on the phone---

On Sun, Dec 19, 2021, 5:59 AM microaaron @.***> wrote:

@andreasplesch https://github.com/andreasplesch Well, checking front for collisions https://github.com/x3dom/x3dom/blob/master/src/nodes/Navigation/modes/DefaultNavigation.js#L78 is effective only for moveForward.

— Reply to this email directly, view it on GitHub https://github.com/x3dom/x3dom/issues/1186#issuecomment-997371191, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABPCT26DWDX5VGDGEOD7DE3URW3KXANCNFSM5KJ3O6ZA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were mentioned.Message ID: @.***>