|
@@ -426,7 +426,7 @@ THREE.LWOLoader = ( function () {
|
|
|
|
|
|
var maps = {};
|
|
var maps = {};
|
|
|
|
|
|
- for ( name in textureNodes ) {
|
|
|
|
|
|
+ for ( var name in textureNodes ) {
|
|
|
|
|
|
var node = textureNodes[ name ];
|
|
var node = textureNodes[ name ];
|
|
var path = node.fileName;
|
|
var path = node.fileName;
|
|
@@ -1164,7 +1164,6 @@ THREE.LWOLoader = ( function () {
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
case 'TRNL':
|
|
case 'TRNL':
|
|
- case 'REFL':
|
|
|
|
case 'GLOS':
|
|
case 'GLOS':
|
|
case 'SHRP':
|
|
case 'SHRP':
|
|
case 'RFOP':
|
|
case 'RFOP':
|
|
@@ -1178,9 +1177,7 @@ THREE.LWOLoader = ( function () {
|
|
case 'GLOW':
|
|
case 'GLOW':
|
|
case 'LINE':
|
|
case 'LINE':
|
|
case 'ALPH':
|
|
case 'ALPH':
|
|
- case 'LINE':
|
|
|
|
case 'VCOL':
|
|
case 'VCOL':
|
|
- case 'ENAB':
|
|
|
|
this.reader.skip( length );
|
|
this.reader.skip( length );
|
|
break;
|
|
break;
|
|
case 'SURF':
|
|
case 'SURF':
|
|
@@ -1487,7 +1484,6 @@ THREE.LWOLoader = ( function () {
|
|
// if break; is called directly, the position in the lwoTree is not created
|
|
// if break; is called directly, the position in the lwoTree is not created
|
|
// any sub chunks and forms are added to the parent form instead
|
|
// any sub chunks and forms are added to the parent form instead
|
|
case 'META':
|
|
case 'META':
|
|
- case 'NNDS':
|
|
|
|
case 'NODS':
|
|
case 'NODS':
|
|
case 'NDTA':
|
|
case 'NDTA':
|
|
case 'ADAT':
|
|
case 'ADAT':
|