From f9da9aa3dcd9b562a60154120af96f4618ed67af Mon Sep 17 00:00:00 2001 From: Brian Date: Fri, 4 Jun 2010 13:33:16 -0600 Subject: * Removed vmap binary files from repo. This is a source repo and binaries * do not belong in it. * Also removed the no longer needed vmap debugger --HG-- branch : trunk --- contrib/vmap_debugger/ModelContainerView.h | 90 ------------------------------ 1 file changed, 90 deletions(-) delete mode 100644 contrib/vmap_debugger/ModelContainerView.h (limited to 'contrib/vmap_debugger/ModelContainerView.h') diff --git a/contrib/vmap_debugger/ModelContainerView.h b/contrib/vmap_debugger/ModelContainerView.h deleted file mode 100644 index c87231892da..00000000000 --- a/contrib/vmap_debugger/ModelContainerView.h +++ /dev/null @@ -1,90 +0,0 @@ -#ifndef _MODELCONTAINERVIEW_H -#define _MODELCONTAINERVIEW_H - -#include -#include -#include "ModelContainer.h" -#include "DebugCmdLogger.h" -#include "vmapmanager.h" - - - - -namespace VMAP -{ - //========================================== - - - //========================================== - - class ModelContainerView : - public G3D::GApp - { - private: - SkyRef iSky; - LightingRef iLighting; - SkyParameters iSkyParameters; - - VARAreaRef iVARAreaRef; - Table iTriVarTable; - Table > iTriIndexTable; - - VARAreaRef iVARAreaRef2; - VAR iTriDebugVar; - Array iVTriDebugArray; - Array iTriDebugArray; - - //Array iLineIndexArray; - - GApp* i_App; - CommandFileRW iCommandFileRW; - Array iCmdArray; - int iCurrCmdIndex; - - VMapManager* iVMapManager; - - Vector3 iPos1; - Vector3 iPos2; - Color3 iColor; - bool iDrawLine; - int iInstanceId; - bool iPosSent; - Array iPrevLoadCommands; - private: - Vector3 convertPositionToTrinityRep(float x, float y, float z) const; - - public: - ModelContainerView(const G3D::GApp::Settings& settings); - - ~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 onGraphics(RenderDevice* rd, Array &posed3D, Array &posed2D); - virtual void onInit(); - void init(); - 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); - - 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 processCommand(); - - }; - - //========================================== - //========================================== -} - -#endif - -- cgit v1.2.3