Update method

void Update()

Implementation

void Update() {
  double w = _r - _l;
  double h = w / _aspect;
  VM.setOrthographicMatrix(_proj, _l, _r, _d, _d + h, _f, _b);
}