Explorar el Código

display joints

clandrin hace 3 años
padre
commit
bc8daad28f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 )