File tree Expand file tree Collapse file tree 9 files changed +26
-64
lines changed Expand file tree Collapse file tree 9 files changed +26
-64
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ LZMA.RangeDecoder.prototype.init = function() {
9898
9999 this . _code = 0 ;
100100 this . _range = - 1 ;
101-
101+
102102 while ( i -- ) {
103103 this . _code = ( this . _code << 8 ) | this . _stream . readByte ( ) ;
104104 }
Original file line number Diff line number Diff line change 66 * http://code.google.com/p/js-openctm/
77 *
88 * @author alteredq / http://alteredqualia.com/
9+ *
10+ * OpenCTM LICENSE:
11+ *
12+ * Copyright (c) 2009-2010 Marcus Geelnard
13+ *
14+ * This software is provided 'as-is', without any express or implied
15+ * warranty. In no event will the authors be held liable for any damages
16+ * arising from the use of this software.
17+ *
18+ * Permission is granted to anyone to use this software for any purpose,
19+ * including commercial applications, and to alter it and redistribute it
20+ * freely, subject to the following restrictions:
21+ *
22+ * 1. The origin of this software must not be misrepresented; you must not
23+ * claim that you wrote the original software. If you use this software
24+ * in a product, an acknowledgment in the product documentation would be
25+ * appreciated but is not required.
26+ *
27+ * 2. Altered source versions must be plainly marked as such, and must not
28+ * be misrepresented as being the original software.
29+ *
30+ * 3. This notice may not be removed or altered from any source
31+ * distribution.
32+ *
933 */
1034
1135THREE . CTMLoader = function ( ) {
Original file line number Diff line number Diff line change 1- importScripts ( "lzma.js" , "ctm.js" ) ;
1+ importScripts ( "../../libs/ lzma.js" , "../../libs/ ctm.js" ) ;
22
33self . onmessage = function ( event ) {
44
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1818
1919 < script src ="../build/three.js "> </ script >
2020
21- < script src ="js/loaders/ctm/lzma.js "> </ script >
22- < script src ="js/loaders/ctm/ctm.js "> </ script >
2321 < script src ="js/loaders/ctm/CTMLoader.js "> </ script >
2422
2523 < script src ="js/WebGL.js "> </ script >
Original file line number Diff line number Diff line change 1818
1919 < script src ="js/controls/OrbitControls.js "> </ script >
2020
21- < script src ="js/loaders/ctm/lzma.js "> </ script >
22- < script src ="js/loaders/ctm/ctm.js "> </ script >
2321 < script src ="js/loaders/ctm/CTMLoader.js "> </ script >
2422
2523 < script src ="js/WebGL.js "> </ script >
You can’t perform that action at this time.
0 commit comments