Home > decentraland-ecs > Matrix > toNormalMatrix
Writes to the given matrix a normal matrix, computed from this one (using values from identity matrix for fourth row and column).
Signature:
toNormalMatrix(ref: Matrix): void;
Returns: void
Parameter | Type | Description |
---|---|---|
ref |
Matrix |
matrix to store the result |