Changes between Version 6 and Version 7 of dev/3DEngineEvaluation
- Timestamp:
- Sep 11, 2007, 10:49:49 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev/3DEngineEvaluation
v6 v7 5 5 6 6 * Get the engine work on Unix and Windows 7 * Write a test app which loads a .bsp level from Orxonox 7 * Write a test app which load the moonbase .bsp level from Orxonox, it should: 8 * have an FPS style control for walking through the level 9 * collision detection with walls and ground 10 * display frame-rate informations 8 11 * Collect howto documents on getting started with the engine 9 12 * List advantages and disadvantages of every engine 13 * You may: Start your application with valgrind: {{{ valgrind ./executable }}} and look for memory issues within the engine (ignore OpenGL driver leaks there are lots) 14 * You may: Create a screenshot similar to [[https://forum.orxonox.net/viewtopic.php?t=173 ][this]] for comparison. 10 15 11 16 -------