Ver Fonte

display joints

clandrin há 3 anos atrás
pai
commit
bc8daad28f
1 ficheiros alterados com 1 adições e 1 exclusões
  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 )