From Mourad Boufarguine, "I gave osg android port a try on Windows using cygwin, and it worked like a charm (only a tiny problem with osgViewer, when cross compiling for android using cygwin, the windows path in osgViewer/CMakeLists.txt is used rather than the android one, fix attached).
"
This commit is contained in:
@@ -38,7 +38,7 @@ SET(LIB_COMMON_FILES
|
||||
|
||||
SET(LIB_EXTRA_LIBS)
|
||||
|
||||
IF(WIN32)
|
||||
IF(WIN32 AND NOT ANDROID)
|
||||
#
|
||||
# Enable workaround for OpenGL driver issues when used in multithreaded/multiscreen with NVidia drivers on Windows XP
|
||||
# For example: osgviewer dumptruck.osg was showing total garbage (screen looked like shattered, splashed hedgehog)
|
||||
|
||||
Reference in New Issue
Block a user