#include <ExManagerOutput.h>
|
Définition à la ligne 26 du fichier ExManagerOutput.cpp. Références ExManagerOutput(), Guard, et UnGuard. Référencé par ExManagerOutput(), et ~ExManagerOutput().
00027 { 00028 Guard(ExManagerOutput::ExManagerOutput(void)) 00029 00030 UnGuard 00031 } |
|
Définition à la ligne 33 du fichier ExManagerOutput.cpp. Références ExManagerOutput(), Guard, et UnGuard.
00034 { 00035 Guard(ExManagerOutput::~ExManagerOutput(void)) 00036 UnGuard 00037 } |
|
|
Définition à la ligne 44 du fichier ExManagerOutput.cpp. Références Guard, Init(), et UnGuard. Référencé par Init(), InitManager(), Reset(), et SetGlutCallBack().
00045 { 00046 Guard(ExManagerOutput::Init(void)) 00047 glShadeModel(GL_SMOOTH); // Enable Smooth Shading 00048 glClearColor(0.0f, 0.0f, 0.0f, 0.5f); // Black Background 00049 glClearDepth(1.0f); // Depth Buffer Setup 00050 glDepthFunc(GL_LEQUAL); // The Type Of Depth Testing To Do 00051 glCullFace(GL_BACK); 00052 glEnable(GL_CULL_FACE); 00053 //glEnable(GL_LIGHTING); 00054 glEnable(GL_COLOR_MATERIAL ); 00055 glEnable(GL_DEPTH_TEST); 00056 glEnable(GL_AUTO_NORMAL); 00057 glEnable(GL_NORMALIZE); 00058 glEnable(GL_ALPHA_TEST); 00059 glLightModelf(GL_LIGHT_MODEL_TWO_SIDE,GL_FALSE); 00060 glLineWidth(1.5); 00061 UnGuard 00062 } |
|
Définition à la ligne 39 du fichier ExManagerOutput.cpp. Références Init().
00040 { 00041 Init(); 00042 } |
|
|
Définition à la ligne 80 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00080 {ManagerAnim = Anim;} |
|
Définition à la ligne 82 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00082 {ManagerCam = Cam;} |
|
Définition à la ligne 78 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00078 {ManagerCollision = Collision;} |
|
Définition à la ligne 83 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00083 {ManagerCommand = Command;} |
|
Définition à la ligne 85 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00085 {ManagerConsole=Console;} |
|
Définition à la ligne 79 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00079 {ManagerFog = Fog;} |
|
Définition à la ligne 84 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00084 {ManagerInterface=Interface;} |
|
Définition à la ligne 76 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00076 {ManagerMap = Map;} |
|
Définition à la ligne 86 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00086 {ManagerMenu=Menu;} |
|
Définition à la ligne 77 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00077 {ManagerPVS = PVS;} |
|
Définition à la ligne 81 du fichier ExManagerOutput.h. Référencé par SetManagerLink().
00081 {ManagerWindow = Window;} |
|
Définition à la ligne 73 du fichier ExManagerOutput.h. Référencé par SetManagerLink(). |
|
Définition à la ligne 53 du fichier ExManagerOutput.h. |
|
Définition à la ligne 55 du fichier ExManagerOutput.h. |
|
Définition à la ligne 51 du fichier ExManagerOutput.h. |
|
Définition à la ligne 56 du fichier ExManagerOutput.h. Référencé par DrawScene(). |
|
Définition à la ligne 59 du fichier ExManagerOutput.h. Référencé par DrawScene(). |
|
Définition à la ligne 52 du fichier ExManagerOutput.h. |
|
Définition à la ligne 57 du fichier ExManagerOutput.h. Référencé par DrawScene(). |
|
Définition à la ligne 60 du fichier ExManagerOutput.h. Référencé par DrawScene(). |
|
Définition à la ligne 58 du fichier ExManagerOutput.h. |
|
Définition à la ligne 50 du fichier ExManagerOutput.h. Référencé par DrawScene(). |
|
Définition à la ligne 54 du fichier ExManagerOutput.h. |
|
Référencé par SetManagerLink(). |