Ver código fonte

Decompose matrix last row.

clementlandrin 2 semanas atrás
pai
commit
e132b65688
1 arquivos alterados com 4 adições e 0 exclusões
  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;
 	}
 }