microsoft / HoloJS

Provides a framework for creating holographic apps using JavaScript and WebGL.
MIT License
1.19k stars 114 forks source link

Disable depth based LSR by default to enable video recording of holograms #69

Closed Almost-Done closed 7 years ago

Almost-Done commented 7 years ago

Depth based LSR does not set the focus point correctly in the sample app, it places it behind the camera. This causes holograms to not show up in video recordings.

This change fixes disabling depth based LSR and works around the issue by disabling depth based LSR in the ThreeJS sample app.