microsoft / HoloJS

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

Remove raycaster from the ThreeJS sample #42

Closed Almost-Done closed 7 years ago

Almost-Done commented 7 years ago

It is too CPU intensive and causes frame rate drops.

Without the raycaster, the sample runs at 60 fps. With the raycaster, the sample runs between 18 and 60 fps.