- Timestamp:
- 05/14/08 19:06:06 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Vis/Preprocessing/src/QtInterface/QtGlRenderer.h
r2671 r2677 61 61 ~QtGlRendererBuffer() {} 62 62 63 virtual void Make Current();64 virtual void Done Current();63 virtual void MakeLive(); 64 virtual void DoneLive(); 65 65 66 66 virtual int GetWidth() const { return width(); } … … 75 75 int ComputePvs(ObjectContainer &objects, ObjectContainer &pvs) const; 76 76 77 unsigned int mydynamicTexture; 77 78 78 79 public: … … 311 312 312 313 public slots: 313 void UpdateDynamicObjects(); 314 315 void UpdateDynamicObjects(); 314 316 void UpdateAllPvs(); 315 317 void ComputeVisibility(); … … 516 518 mShowDistribution ^= 1; 517 519 518 std::cout << "b: " << (mShowDistribution & 1) << " " << (mShowDistribution & 2) << " " << (mShowDistribution & 4) << " " << (mShowDistribution & 8) << std::endl; 520 std::cout << "b: " 521 << (mShowDistribution & 1) << " " 522 << (mShowDistribution & 2) << " " 523 << (mShowDistribution & 4) << " " 524 << (mShowDistribution & 8) << std::endl; 519 525 } 520 526
Note: See TracChangeset
for help on using the changeset viewer.