|
matf-rg-engine
1.0.0
Base for project for the Computer Graphics course at Faculty of Mathematics, University of Belgrade
|
Classes | |
| class | App |
| Defines the base App class that serves as the application core structure and the entry point. More... | |
| class | Controller |
Controllers are a hook into the App main loop execution. By overriding virtual functions of this class the user can execute custom code during each of the main loop phases. More... | |
| class | EngineControllersBegin |
| This controller does nothing and together with EngineControllersEnd it servers as a sentinel controller for marking the engine controllers. More... | |
| class | EngineControllersEnd |
| This controller does nothing and together with EngineControllersEnd it servers as a sentinel controller for marking the engine controllers. More... | |