Home

Awesome

unity-oblique-projection

![screenshot] (https://github.com/keijiro/unity-oblique-projection/raw/gh-pages/screenshot.png)

This is a C# script which provides [an oblique projection matrix] (http://en.wikipedia.org/wiki/Oblique_projection) for an attached camera.

Usage

  1. Import ObliqueProjection.cs.
  2. Import ObliqueProjectionEditor.cs into the “Editor” directory.
  3. Attach ObliqueProjection to a camera.

There are three parameters in ObliqueProjection.

![inspector] (https://github.com/keijiro/unity-oblique-projection/raw/gh-pages/inspector.png)

For a detailed example, see [the test branch] (https://github.com/keijiro/unity-oblique-projection/tree/test).