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.41k forks source link

Objects can be resized when leaving media frames with Scale To Bounds off. #6398

Open Exairnous opened 11 months ago

Exairnous commented 11 months ago

Description Media frames still resize objects that have been scaled while captured in the media frame back to their original size when the object leaves the media frame with the Scale To Bounds property off.

To Reproduce Steps to reproduce the behavior:

  1. Go to a room with this scene: https://hubs.mozilla.com/scenes/qgaMVT9/mediaframealignment
  2. Grab one of the objects in it.
  3. Put the object in one of the media frames with Scale To Bounds off.
  4. Scale the object and see that it scales nicely and maintains the scale after you stop.
  5. Remove the object from the media frame and see that it is returned to its original size.

Expected behavior Objects scaled in media frames with Scale To Bounds off should maintain their new size when taken out of the media frame

Hardware