Changeset 146 in flair-src for trunk/lib/FlairSimulator
- Timestamp:
- Feb 27, 2017, 11:52:21 AM (8 years ago)
- Location:
- trunk/lib/FlairSimulator/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairSimulator/src/Model_impl.cpp
r144 r146 331 331 332 332 self->ProcessUpdate(output); 333 Printf("Appel à ProcessUpdate depuis Model_impl::Run\n"); //already done by Gui_impl::RunGui (dans le cas où il y a un GUI)334 333 } 335 334 -
trunk/lib/FlairSimulator/src/SimuCameraGL.cpp
r132 r146 191 191 192 192 shmem->Write(buf, width * height * 3); 193 Printf("écriture faite!\n"); 193 194 } 194 195
Note:
See TracChangeset
for help on using the changeset viewer.