Changeset 20335
- Timestamp:
- 06/26/07 15:22:39 (1 year ago)
- Files:
-
- juggler/trunk/modules/vrjuggler/test/Cluster/applicationData/applicationDataApp.cpp (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/WallTest/WallTest.rc (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/analog/application.h (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/cubes/cubes.cpp (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/logger/LoggerApp.cpp (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/texture/application.h (modified) (1 diff)
- juggler/trunk/modules/vrjuggler/test/Draw/OGL/wand/wandApp.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/trunk/modules/vrjuggler/test/Cluster/applicationData/applicationDataApp.cpp
r20192 r20335 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream> juggler/trunk/modules/vrjuggler/test/Draw/OGL/WallTest/WallTest.rc
r19729 r20335 1 1 // Microsoft Visual C++ generated resource script. 2 2 // 3 #include "resource.h"4 5 3 #define APSTUDIO_READONLY_SYMBOLS 6 4 ///////////////////////////////////////////////////////////////////////////// juggler/trunk/modules/vrjuggler/test/Draw/OGL/analog/application.h
r19913 r20335 53 53 // Gadgeteer Input devices: 54 54 #include <gadget/Type/AnalogInterface.h> 55 #include <gadget/Type/PositionInterface.h> 55 56 56 57 // texture application objects juggler/trunk/modules/vrjuggler/test/Draw/OGL/cubes/cubes.cpp
r20177 r20335 100 100 // Create a stringstream to format the output. 101 101 std::stringstream error_output; 102 err 0r_output << "No VR Juggler configuration files given!" << std::endl;102 error_output << "No VR Juggler configuration files given!" << std::endl; 103 103 error_output << cubes_desc << std::endl; 104 104 // Display a message box to inform the user of the error. juggler/trunk/modules/vrjuggler/test/Draw/OGL/logger/LoggerApp.cpp
r19913 r20335 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream> juggler/trunk/modules/vrjuggler/test/Draw/OGL/texture/application.h
r19913 r20335 48 48 // VR juggler 49 49 #include <vpr/Util/Interval.h> 50 #include <gadget/Type/PositionInterface.h> 50 51 #include <vrj/Draw/OGL/GlApp.h> // base OpenGL application API 51 52 #include <vrj/Draw/OGL/GlContextData.h> // for OpenGL resource IDs juggler/trunk/modules/vrjuggler/test/Draw/OGL/wand/wandApp.cpp
r19903 r20335 24 24 * 25 25 *************** <auto-copyright.pl END do not edit this line> ***************/ 26 27 #if defined(WIN32) || defined(WIN64) 28 # include <windows.h> 29 #endif 26 30 27 31 #include <iostream>
