UNPKG

@babylonjs/viewer

Version:

The Babylon Viewer aims to simplify a specific but common Babylon.js use case: loading, viewing, and interacting with a 3D model.

11 lines (8 loc) 276 B
import { av as mat4MultiplyInto, F as F32 } from './index-By0tcgYN.esm.js'; function mat4Multiply(a, b) { const out = new F32(16); mat4MultiplyInto(out, 0, a, 0, b, 0); return out; } export { mat4Multiply as m }; //# sourceMappingURL=mat4-multiply-fXsV9rc-.esm.js.map