#include "AppStarter_3DApplication.h"
#include "../Math/Quaternion.h"
#include "../Cameras/SphericalCamera.h"
#include "../Logging/FileLogger.h"
Namespaces | |
namespace | Moteur3D |
Classes | |
class | Moteur3D::AppStarter_ObjectViewer |
AppStarter_ObjectViewer is an application starter that gives you the required minimum to start an application, plus some features. It consists in a window displaying an orthonormal base that you can rotate around using the mouse, functions to handle this window as well as inputs (mouse and keyboard) and events (resize, draw...). Most if not all of these functions are overridable. More... |