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

Fixes #321 Changing editor camera near parameter #346

Closed fernandojsg closed 7 years ago

fernandojsg commented 7 years ago

... so you can get much closer to the objects image

dmarcos commented 7 years ago

I would even make it 0.001. It will be important for VR mode. 0.1 means that objects will be clipped 10 cm from your eyes.

fernandojsg commented 7 years ago

Yes, the VR mode could have another setup for the camera. I would go for something in the middle 0.01, going to something much smaller like 0.001 will result in losing resolution in the depth buffer and we could get some z-fighting.