networked-aframe / naf-valid-avatars

Example of using realistic animated avatars in networked-aframe.
https://naf-valid-avatars.glitch.me
MIT License
10 stars 0 forks source link

Traverse portal to switch the scene, using obb-collider #27

Closed vincentfretin closed 6 months ago

vincentfretin commented 6 months ago

Follow up on #25, instead of clicking on the portal, traverse it to change the scene.

I did previously a version of it using aabb-collider. Here I'm using the new obb-collider in aframe 1.5.0, but using a master build because there is an hideCollider error when a user disconnect that has been fixed on master.

The colliders are basic cubes Capture d’écran du 2024-03-10 18-57-43

vincentfretin commented 6 months ago

https://github.com/networked-aframe/naf-valid-avatars/assets/112249/4dd0abfb-840a-4da1-9e42-6fb4ec48adfc

vincentfretin commented 5 months ago

obb-collider documentation: https://aframe.io/docs/master/components/obb-collider.html