arenaxr / arena-web-core

An environment to view and interact in multiuser virtual and augmented reality.
https://docs.arenaxr.org
BSD 3-Clause "New" or "Revised" License
40 stars 28 forks source link

add depth sensing occlusion #650

Open mwfarb opened 1 month ago

mwfarb commented 1 month ago

From @hi-liang, depth sensing added or fixed for THREE@165 https://github.com/mrdoob/three.js/pull/28530.

hi-liang commented 1 month ago

Dependency on AFRAME: pre-release after 1.6.0 has THREE@165, but it still is behind on THREE@166 which has what appears to be a needed fix for this feature

TBD what interactions this may have with remote render @EdwardLu2018