浏览代码

DynamicBones: sleepthreshold

lviguier 7 月之前
父节点
当前提交
138dc3d4e2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      h3d/anim/Skin.hx

+ 1 - 1
h3d/anim/Skin.hx

@@ -29,7 +29,7 @@ class Joint {
 }
 
 class DynamicJoint extends Joint {
-	public static var SLEEP_THRESHOLD : Float = 0.001;
+	public static var SLEEP_THRESHOLD : Float = 0.0001;
 
 	public var absPos : h3d.Matrix; // Abs pos of the joint computed each frame
 	public var relPos : h3d.Matrix; // Initial relative pos before joint get moved by animation / dynamic system