From d230302b16474ff22a35243ffed6236ef4fc7fb9 Mon Sep 17 00:00:00 2001 From: Paradox Date: Mon, 9 Feb 2009 08:16:34 -0500 Subject: Replace tabs with spaces in more files. --HG-- branch : trunk --- contrib/vmap_debugger/ModelContainerView.h | 82 +++++++++++++++--------------- 1 file changed, 41 insertions(+), 41 deletions(-) (limited to 'contrib/vmap_debugger/ModelContainerView.h') diff --git a/contrib/vmap_debugger/ModelContainerView.h b/contrib/vmap_debugger/ModelContainerView.h index ff41f7d1784..3371d263808 100644 --- a/contrib/vmap_debugger/ModelContainerView.h +++ b/contrib/vmap_debugger/ModelContainerView.h @@ -12,78 +12,78 @@ namespace VMAP { - //========================================== + //========================================== - //========================================== + //========================================== - class ModelContainerView : - public G3D::GApp - { - private: + class ModelContainerView : + public G3D::GApp + { + private: SkyRef iSky; LightingRef iLighting; SkyParameters iSkyParameters; - VARAreaRef iVARAreaRef; - Table iTriVarTable; - Table > iTriIndexTable; + VARAreaRef iVARAreaRef; + Table iTriVarTable; + Table > iTriIndexTable; - VARAreaRef iVARAreaRef2; + VARAreaRef iVARAreaRef2; VAR iTriDebugVar; Array iVTriDebugArray; Array iTriDebugArray; //Array iLineIndexArray; - GApp* i_App; - CommandFileRW iCommandFileRW; - Array iCmdArray; - int iCurrCmdIndex; + GApp* i_App; + CommandFileRW iCommandFileRW; + Array iCmdArray; + int iCurrCmdIndex; - VMapManager* iVMapManager; + VMapManager* iVMapManager; - Vector3 iPos1; - Vector3 iPos2; - Color3 iColor; - bool iDrawLine; - int iInstanceId; + Vector3 iPos1; + Vector3 iPos2; + Color3 iColor; + bool iDrawLine; + int iInstanceId; bool iPosSent; Array iPrevLoadCommands; - private: - Vector3 convertPositionToTrinityRep(float x, float y, float z) const; + private: + Vector3 convertPositionToTrinityRep(float x, float y, float z) const; - public: - ModelContainerView(const G3D::GApp::Settings& settings); + public: + ModelContainerView(const G3D::GApp::Settings& settings); - ~ModelContainerView(void); + ~ModelContainerView(void); - void addModelContainer(const std::string& pName,const ModelContainer* pModelContainer); - void removeModelContainer(const std::string& pName, const ModelContainer* pModelContainer); - void setViewPosition(const Vector3& pPosition); + void addModelContainer(const std::string& pName,const ModelContainer* pModelContainer); + void removeModelContainer(const std::string& pName, const ModelContainer* pModelContainer); + void setViewPosition(const Vector3& pPosition); - void onGraphics(RenderDevice* rd, Array &posed3D, Array &posed2D); + void onGraphics(RenderDevice* rd, Array &posed3D, Array &posed2D); virtual void onInit(); void init(); - void cleanup(); - void onUserInput(UserInput* ui); + void cleanup(); + void onUserInput(UserInput* ui); - void fillRenderArray(const SubModel& pSm,Array &pArray, const TreeNode* pTreeNode); - void fillVertexAndIndexArrays(const SubModel& pSm, Array& vArray, Array& iArray); + void fillRenderArray(const SubModel& pSm,Array &pArray, const TreeNode* pTreeNode); + void fillVertexAndIndexArrays(const SubModel& pSm, Array& vArray, Array& iArray); - bool loadAndShowTile(int pMapId, int x, int y); - void showMap(int pMapId, int x, int y); + bool loadAndShowTile(int pMapId, int x, int y); + void showMap(int pMapId, int x, int y); - void showMap(MapTree* mt, std::string dirFileName); - bool loadAndShowTile(int pMapId); + void showMap(MapTree* mt, std::string dirFileName); + bool loadAndShowTile(int pMapId); - void processCommand(); + void processCommand(); - }; + }; - //========================================== - //========================================== + //========================================== + //========================================== } #endif -- cgit v1.2.3