Skip to content

Orthographic Camera API 2.0

Compare
Choose a tag to compare
@britzl britzl released this 17 Feb 16:57
· 98 commits to master since this release

NEW: Camera zoom property. This makes it a whole lot easier to at run-time configure the zoom level of a camera
NEW: camera.get_zoom() and camera.zoom_to()
CHANGE: The available projections have been simplified. There's now only FIXED_AUTO and FIXED_ZOOM.

Refer to the example project to see the new changes in action.