UNPKG

glam

Version:

Experimental WebGL Engine

5 lines (4 loc) 133 B
import Invert from 'gl-mat4/invert' export default function updateView( camera ) { Invert( camera.view, camera.transform.global ) }