This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ThreeJS's PointerLockControls in TypeScript ( by https://github.com/TBubba ). | |
* | |
* NOTE: I have barely tested this so it may contain bugs that are not in the original or otherwise not be fully compatible with it. | |
* | |
* Original: https://github.com/mrdoob/three.js/blob/master/examples/jsm/controls/PointerLockControls.js | |
* | |
* @author mrdoob / http://mrdoob.com/ | |
* @author Mugen87 / https://github.com/Mugen87 | |
*/ |