浏览代码

added dump info

ncannasse 7 年之前
父节点
当前提交
34fe479d26
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      hxd/fmt/hmd/Dump.hx

+ 2 - 0
hxd/fmt/hmd/Dump.hx

@@ -63,6 +63,8 @@ class Dump {
 			add('Blend : ${m.blendMode}');
 			add('Cull : ${m.culling}');
 			if( m.diffuseTexture != null ) add('Texture : ${m.diffuseTexture}');
+			if( m.specularTexture != null ) add('Specular : ${m.specularTexture}');
+			if( m.normalMap != null ) add('Normal : ${m.normalMap}');
 			if( m.killAlpha != null ) add('KillAlpha : ${m.killAlpha}');
 			addProps(m.props);
 			for( f in flags )