Orthographic constructor

Orthographic(
  1. Spatial _camera,
  2. double _l,
  3. double _r,
  4. double _d,
  5. double _f,
  6. double _b,
)

Implementation

Orthographic(this._camera, this._l, this._r, this._d, this._f, this._b)
    : super("othrogrpahic") {
  Update();
}