Hubs-Foundation / hubs

Duck-themed multi-user virtual spaces in WebVR. Built with A-Frame.
https://hubsfoundation.org
Mozilla Public License 2.0
2.13k stars 1.42k forks source link

BG - Objects exported from the scene do not update their reflection probe influences. #6410

Open j-conrad opened 9 months ago

j-conrad commented 9 months ago

Description Objects exported from the scene itself (including ones that are grabbable/moveable/animated) do not update their reflection probe influences-- they only capture the reflection at load time.

Other dragged/dropped/spawned objects work as expected.

To Reproduce Steps to reproduce the behavior:

  1. Open the attach .blend file
  2. Note the 2 grabbable spheres and the spawner
  3. Run in Hubs
  4. Grab the two chrome spheres and note that their reflections never move/update. Note: The spawned one in the center works as expected.

Expected behavior All moving objects should update their reflection probe influences, or perhaps there should be a flag to toggle it if it would otherwise negatively affect performance. Essentially, a 'static mesh' flag vs. 'dynamic mesh'.

Screenshots Capture of the behavior

Hardware