Skip to main content

Vector3

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

See three.js docs for more info.

import { Vector3 } from "hyperfy";

const vec3 = new Vector3().fromArray([0, 100, 0]);