topical media & game development

talk show tell print

lib-game-delta3d-sdk-examples-testMultiWin-testMultiWin.h / h



  ifndef DELTA_testMultiWin
  define DELTA_testMultiWin
  
  // TestMultiWin.cpp : declares the interface of the application
  
  include <dtABC/application.h>
  include <dtCore/orbitmotionmodel.h>
  
  class TestMultiWin : public dtABC::Application
  {
     public:
        TestMultiWin(const std::string& configFilename = "");
     protected:
        virtual ~TestMultiWin();
  
     public:
        virtual void Config();
  
     private:
        dtCore::RefPtr<dtCore::DeltaWin> mWin2;
        dtCore::RefPtr<dtCore::Camera>   mCam2;
        dtCore::RefPtr<dtCore::Camera>   mCam3;
        
        dtCore::RefPtr<dtCore::View> mView2;
        dtCore::RefPtr<dtCore::View> mView3;
        dtCore::RefPtr<dtCore::OrbitMotionModel> mMotion1;
        dtCore::RefPtr<dtCore::OrbitMotionModel> mMotion2;
        dtCore::RefPtr<dtCore::OrbitMotionModel> mMotion3;
  };
  
  endif // DELTA_testMultiWin
  


(C) Æliens 04/09/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.