This file contains hidden or 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
/** | |
* @author knee-cola / https://github.com/knee-cola | |
* Original file URL: https://gist.github.com/knee-cola/37875bc4359609b96c9f329cd2a68fa1 | |
* | |
* This is a spinner/loader built for Three.js platform. | |
* It can be used to notify user that some resources are being loaded. | |
* I made it to replace pure CSS spinner, which was displayed in the | |
* overlay above the 3D animation, since it was slowing down WebGL | |
* | |
* How to use: |