Update method

void Update()

Implementation

void Update() {
  VM.setPerspectiveMatrix(_mat, _fov * Math.pi / 180.0, _aspect, _near, _far);
}