UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

5 lines (3 loc) 150 B
import { Object3D, Vector3 } from "three" export default (from: Object3D, to: Object3D, vec: Vector3) => to.worldToLocal(from.localToWorld(vec))