libGDX Camera & Viewport
Quick reference for Camera, OrthographicCamera, PerspectiveCamera, the Viewport hierarchy, coordinate conversion, and resize handling.
Camera Base Class
com.badlogic.gdx.graphics.Camera — abstract base for both orthographic and perspective cameras.
Public Fields
| Field | Type | Default | Notes |
|---|---|---|---|
position | final Vector3 | (0, 0, 0) | Mutable object, immutable reference |
direction | final Vector3 | (0, 0, -1) | Points in |
[Description truncada. Veja o README completo no GitHub.]