Changeset 166 in flair-src for trunk/lib/FlairSimulator
- Timestamp:
- Mar 30, 2017, 1:56:54 PM (8 years ago)
- Location:
- trunk/lib/FlairSimulator/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Gui_impl.cpp
r162 r166 229 229 } 230 230 } 231 } else // mode normal 232 { 231 } else { // mode normal 233 232 for (size_t i = 0; i < models.size(); i++) { 234 233 models.at(i)->pimpl_->UpdatePos(); … … 257 256 } 258 257 device->setWindowCaption(L"toto");*/ 258 259 259 if (dbtFile_r == NULL) {// mode normal 260 260 for (size_t i = 0; i < models.size(); i++) { -
trunk/lib/FlairSimulator/src/SimuCameraGL.cpp
r162 r166 98 98 if (isGlExtensionSupported("GL_PACK_INVERT_MESA")) { 99 99 invert_pixel = false; 100 Thread::Warn("GL_PACK_INVERT_MESA is suppo orted\n");100 Thread::Warn("GL_PACK_INVERT_MESA is supported\n"); 101 101 } else { 102 102 invert_pixel = true; … … 124 124 smgr->getVideoDriver()->setViewPort(rect<s32>(x, y, x + width, y + height)); 125 125 smgr->drawAll(); 126 // use_pbo=false;127 126 getImage(); 128 127 }
Note:
See TracChangeset
for help on using the changeset viewer.