|
Jamie Slowgrove - PGG Assignment 2
|
| C_GPU_DEVICE | |
| CAudio | Creates a Audio object to handle the SDL_Mixer |
| CCamera | Creates an Camera object |
| ▼CEntity | Creates an Entity containing a Model |
| CGround | Creates a Ground object that inherits Entity |
| CMenuEntity | Creates a MenuEntity that inherits Entity |
| CParticle | Creates a Particle object that inherits Entity |
| CPlayer | Creates a Player object that inherits Entity |
| CRing | Creates a Ring object that inherits Entity |
| CModel | Creates a Model from an object and a shader |
| CObject | Creates an object for use with OpenGL. Creates an object from an text file, this can then be used with OpenGL |
| CParticleEffect | Creates a ParticleEffect object that handles Particle objects |
| CShader | Creates a Shader for use with OpenGL. Creates a Shader from an text file, this can then be used with OpenGL |
| ▼CState | Creates a State object. Creates a State object to be inherited. DISCLAMER - This is a modified version of my PGG Assignment 1 state class |
| CCredits | Creates an Credits object that inherits State and runs the Help screen |
| CEndGame | Creates an EndGame object that inherits State and runs the EndGame screen |
| CGame | Creates an Game object that inherits State and runs the Game |
| CHelp | Creates an Help object that inherits State and runs the Help screen |
| CMainMenu | Creates an MainMenu object that inherits State and runs the MainMenu |
| CStateManager | Creates a StateManager object. Creates a StateManager object to be inherited. DISCLAMER - This is my PGG Assignment 1 state manager class |
| ▼CUI | A class for the 2D user interfaces |
| CCreditsUI | A class for the 2D CreditsUI that inherits UI |
| CEndGameUI | A class for the 2D EndGameUI that inherits UI |
| CGameUI | A class for the 2D GameUI that inherits UI |
| CHelpUI | A class for the 2D HelpUI that inherits UI |
| CLoadingScreen | A class for the 2D LoadingScreen that inherits UI |
| CMainMenuUI | A class for the 2D MainMenuUI that inherits UI |
| CUIObject | A class for the UI Objects |
1.8.8