wonder.js
Version:
11 lines (7 loc) • 367 B
JavaScript
;
var Matrix4Service$Wonderjs = require("../atom/Matrix4Service.js");
function getWorldToCameraMatrix(cameraToWorldMatrix) {
return Matrix4Service$Wonderjs.invert(cameraToWorldMatrix, Matrix4Service$Wonderjs.createIdentityMatrix4(/* () */0));
}
exports.getWorldToCameraMatrix = getWorldToCameraMatrix;
/* Matrix4Service-Wonderjs Not a pure module */