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
654 stars 201 forks source link

Create a new camera helper #284

Open fernandojsg opened 8 years ago

fernandojsg commented 8 years ago

Add a camera helper that looks like a camera or a headset.

ngokevin commented 8 years ago

Would also be cool to indicate sitting and standing heights for scale. Like for standing, average height is 1.6 meters, so you can draw a 1.6 meter height wireframe box below the camera.

fernandojsg commented 8 years ago

@ngokevin yep good point. Maybe even including something similar to the model that sketchfab uses for the user position (https://help.sketchfab.com/hc/en-us/articles/211640363-VR-Editor) /cc @feiss

feiss commented 8 years ago

Oh, very interesting! I like this concept more than a floating headset. Ok, I could do a sitting and a standing up model. The only drawback I see in this is what happens if the user wants the camera up in the air, or looking up or down, like 45deg down.. The puppet would look a bit weird..

ngokevin commented 8 years ago

In the air, I think it still applies. They still have a body and hands, and it helps compare scale.

The head could be separate from the body such that it can rotate freely. The body just follows underneath the camera. Worst case, we can add a toggle in the UI.

fernandojsg commented 8 years ago

Yes, I was just thinking the same, it could be hard to manage each situation, when the camera is rotated in a non-standard way. The body typically will be standing or sitting, but won't be laying down on the ground or flying horizontally, so it could help to visualize the user in the world. The body could be fixed (just rotated on Y according to the headset) but the head could be rotated on X/Z

feiss commented 8 years ago

That sounds fantastic! Ok, head separated from body. A select for the "camera icon" with options like "standing person, sitting person, camera" would be great indeed

fernandojsg commented 8 years ago

Yep, I like that "select"