Skip to main content

Matrix4

A utility identical to THREE.Matrix4 so you don't have to BYO.

See three.js docs for more info.

import { Matrix4 } from "hyperfy";

const m = new Matrix4();