浏览代码

display joints

clandrin 3 年之前
父节点
当前提交
bc8daad28f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/scene/Skin.hx

+ 1 - 1
h3d/scene/Skin.hx

@@ -259,7 +259,7 @@ class Skin extends MultiMaterial {
 			if( jointsGraphics == null ) {
 				jointsGraphics = new Graphics(this);
 				jointsGraphics.material.mainPass.depth(false, Always);
-				jointsGraphics.material.mainPass.setPassName("add");
+				jointsGraphics.material.mainPass.setPassName("overlay");
 			}
 			var topParent : Object = this;
 			while( topParent.parent != null )