Browse Source

Loader: Remove support for DbgColor. See #7368.

Mr.doob 9 years ago
parent
commit
3de4f3a4db
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/loaders/Loader.js

+ 0 - 3
src/loaders/Loader.js

@@ -126,12 +126,9 @@ THREE.Loader.prototype = {
 
 				switch ( name ) {
 					case 'DbgColor':
-						if ( json.color === undefined ) json.color = value;
-						break;
 					case 'DbgIndex':
 					case 'opticalDensity':
 					case 'illumination':
-						// These were never supported
 						break;
 					case 'DbgName':
 						json.name = value;