提交 3de4f3a4 编写于 作者: M Mr.doob

Loader: Remove support for DbgColor. See #7368.

上级 eae95122
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册