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
/* | |
Javascript port of CubicVR 3D engine for WebGL | |
by Charles J. Cliffe | |
http://www.cubicvr.org/ | |
May be used under the terms of LGPL v3.0 or greater. | |
*/ | |
var CubicVR = null; | |
var CubicVR_GLCore = new Object(); |