[][src]Module starstruck::camera

This module contains everything related to camera and projection. Usually you use the module to implement you own camera that determines how everything in your app will be rendered

Structs

DebugCamera

This camera implements the Camera trait. This camera needs to be updated each frame from the Context. This camera can be freely navigated in the world space. You can also toggle the projection. The key bindings are as follows:

Traits

Camera

Common trait for all types of cameras