You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.
diff --git a/applications/osgartviewer/osgartviewer.cpp b/applications/osgartviewer/osgartviewer.cpp
index 92ddbac..0a53e64 100644
--- a/applications/osgartviewer/osgartviewer.cpp
+++ b/applications/osgartviewer/osgartviewer.cpp
@@ -21,6 +21,10 @@
*/
/_ An example osgartviewer.cfg file:
diff --git a/src/osgART/Tracker/ARToolKit/ARToolKitTracker.cpp b/src/osgART/Tracker/ARToolKit/ARToolKitTracker.cpp
index 61a77ff..7fbb027 100644
--- a/src/osgART/Tracker/ARToolKit/ARToolKitTracker.cpp
+++ b/src/osgART/Tracker/ARToolKit/ARToolKitTracker.cpp
@@ -497,11 +497,16 @@ namespace osgART {
@@ -676,8 +681,8 @@ namespace osgART {
- int format = 0, size = 0;
format = AR_PIXEL_FORMAT_BGRA;
size = 4;
}
break;
case GL_RGB:
if (_image.getDataType() == GL_UNSIGNED_BYTE) {
The text was updated successfully, but these errors were encountered: