浏览代码

Decompose matrix last row.

clementlandrin 4 周之前
父节点
当前提交
e132b65688
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      h3d/Matrix.hx

+ 4 - 0
h3d/Matrix.hx

@@ -839,6 +839,10 @@ class MatrixImpl {
 		this._41 = copy._41;
 		this._42 = copy._42;
 		this._43 = copy._43;
+
+		this._14 = copy._14;
+		this._24 = copy._24;
+		this._34 = copy._34;
 	}
 }