x
Yes
No
Do you want to visit DriveHQ English website?
Inicio
Características
Precios
Prueba gratuita
Software cliente
Acerca de nosotros
Servidor de archivos
|
Solución de copias de seguridad
|
Servidor FTP
|
Servidor de correo electrónico
|
Alojamiento web
|
Software cliente
Servidor de archivos
Solución de copia de seguridad
Servidor FTP
Servidor de correo electrónico
Alojamiento web
Software cliente
GameEngine.h - Hosted on DriveHQ Cloud IT Platform
Arriba
Subir
Descargar
Compartir
Publicar
Nueva carpeta
Nuevo archivo
Copiar
Cortar
Eliminar
Pegar
Clasificación
Actualizar
Ruta de la carpeta: \\game3dprogramming\materials\DarkPuzzle\GameEngine\GameEngine.h
Girar
Efecto
Propiedad
Historial
#pragma once //#include "DXUT\Core\DXUT.h" #include "btBulletDynamicsCommon.h" #include "d3dx9mesh.h" #include "GameScreen.h" #include "GameLevel.h" #include "GameUI.h" #include "ScriptEngine.h" namespace DarkBattle{ IDirect3DDevice9* GetD3DDevice(); class GameEngine: public GameScreen{//tolua_export public: struct Mouse{ float x,y; bool leftButtonDown,rightButtonDown; bool leftOld,rightOld; Mouse(){ x=y=0; leftButtonDown=rightButtonDown=false; leftOld = rightOld = false; } }; private: static CRITICAL_SECTION cs_mousePos; //D3DXVECTOR3 mousePos; static Mouse storedMouse; GameScreen* pCurrentScreen; GameScreen* pOverlayUI; ScriptEngine* myEngine; static GameEngine* theGameEngine; #ifdef _DEBUG void initConsole(); #endif // _DEBUG public: GameEngine(IDirect3DDevice9* pd3dDevice); ~GameEngine(); void OnResetDevice(IDirect3DDevice9* pd3dDevice); void OnFrameMove(float elapsedTime); void OnRender(IDirect3DDevice9* pd3dDevice); void OnLostDevice(); void SetNewScreen(GameScreen* newScreen); void KeyboardProc( UINT nChar, bool bKeyDown, bool bAltDown, void* pUserContext ); void MouseProc( bool bLeftButtonDown, bool bRightButtonDown, bool bMiddleButtonDown, bool bSideButton1Down, bool bSideButton2Down, int nMouseWheelDelta, int xPos, int yPos, void* pUserContext ); static Mouse GameEngine::GetMouseState(); inline static GameEngine* GetInstance(){return theGameEngine;}; //tolua_begin //all the default values static float SpotLightRange; static float SpotLightRadius; static float PointLightRange; static float RunVelocity; static float RunVelocityEpsilon; static float RunAcceleration; static void LightDirectionalDir(float vals[3]); static float RangeEpsilon; static double PreferedFrameRate; //tolua_end static float lightDirectionalDir[3];//three members array };//tolua_export }
GameEngine.h
Dirección de la página
Dirección del archivo
Anterior
33/65
Siguiente
Descargar
( 1 KB )
Comments
Total ratings:
0
Average rating:
No clasificado
of 10
Would you like to comment?
Join now
, or
Logon
if you are already a member.