Unnar Krist.
Unnar Krist.
## Description When the videojs-vr plugin instantiates a [three.js WebGL Renderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer), it uses [hardcoded values](https://github.com/videojs/videojs-vr/blob/main/src/plugin.js#L658). This change will allow users to override these defaults. This would be beneficial for performance...
It would be great if more options pertaining to the three.js [WebGLRenderer](https://threejs.org/docs/#api/en/renderers/WebGLRenderer) were exposed in the videojs-vr config object for performance reasons. Notable options include: * Anti-aliasing * Power Preference...