aframe
aframe copied to clipboard
Stats popup in embedded scenes not in embedded region
Description:
- A-Frame Version: 1.4.1
- Platform / Device: Desktop
When stats and embedded is added to the scene, the stats appear out of the scene region.
It is probably better to add the stats to the scene element instead of the body.
Perhaps but would be harder to read. Stats are meant to be a debugging / testing tool and not for production. I would be say considering the purpose better to keep them in the body?
Debbuging and testing sometimes isn't only a use case for devs. We created an application where customers can create vr environments to present there products online and where customers of the customers than can configure the product and buy them. So it is a configurable 3d configurator (https://vrdoro.com/visualizer/ - all done with aframe, three and ember js). The editor of the environment should see the performance of what he created as the environment. Therefor stats are used.
The scene is embedded in the application which has a sidebar and an action bar at the top (with back and save). The stats overlay cover this now and it is not possible to click the action buttons. It woulld be nice if the stats appear always or configurable in the embedded region of the scene. And I think stats over other text is less readable than mostly over scene content.
Here is a screenshot with a canopy configuration example:
btw: I add a note to https://github.com/aframevr/aframe/issues/3024