aframevr / aframe-inspector

:mag: Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
https://aframe.io/aframe-inspector/examples/
MIT License
655 stars 203 forks source link

Fixes #217 reposition and rename edit button #218

Closed fernandojsg closed 8 years ago

fernandojsg commented 8 years ago
screenshot 2016-07-19 20 39 23
dmarcos commented 8 years ago

Is the edit button also going to be at the center?

dmarcos commented 8 years ago

It doesn't seem to get a bit in the way? I understand you want to be consistent with the button position in edit/play mode. On the other hand we should keep the viewport as unobstructed as possible.

fernandojsg commented 8 years ago

If we can't use the top (left or right) corners we should probably use the bottom left corner? we could add some bar with the same width of the scenegraph, but I'm not sure, what do you think?

fernandojsg commented 8 years ago

Or what about adding a little bar on the top of the scenegraph, maybe with the AFRAME as we have before (if you click it will go to aframe.io or whatever) and in the right the EDIT button

dmarcos commented 8 years ago

We can add a toolbar at the top of the scenegraph. We could add the export ,play, + (to add an entity) buttons there.

dmarcos commented 8 years ago

I see a toolbar on top of the scenegraph to contain the actions that globally affect the scene.

fernandojsg commented 8 years ago

I'll close this PR to have just one removing the menu and moving the button.