summaryrefslogtreecommitdiff
path: root/graphics/qglviewer
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-18 18:06:17 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-18 18:06:17 +0000
commit2a45593cd98f455eb41f578e863db89995692cf7 (patch)
treec3e4e89a76105c0ae519d912a1c8dd424658492e /graphics/qglviewer
parentUpdate to 20011218. (diff)
add qglviewer 1.3
Use OpenGL to play around with three dimensional scenes
Notes
Notes: svn path=/head/; revision=51749
Diffstat (limited to 'graphics/qglviewer')
-rw-r--r--graphics/qglviewer/Makefile30
-rw-r--r--graphics/qglviewer/distinfo1
-rw-r--r--graphics/qglviewer/pkg-comment1
-rw-r--r--graphics/qglviewer/pkg-descr12
-rw-r--r--graphics/qglviewer/pkg-plist382
5 files changed, 426 insertions, 0 deletions
diff --git a/graphics/qglviewer/Makefile b/graphics/qglviewer/Makefile
new file mode 100644
index 000000000000..fb05901c66d1
--- /dev/null
+++ b/graphics/qglviewer/Makefile
@@ -0,0 +1,30 @@
+# ex:ts=8
+# New ports collection makefile for: qglviewer
+# Date created: Dec 18, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= qglviewer
+PORTVERSION= 1.3
+CATEGORIES= graphics
+MASTER_SITES= http://www.qglviewer.de/
+
+MAINTAINER= ports@FreeBSD.org
+
+USE_LIBTOOL= yes
+USE_QT_VER= 2
+GNU_CONFIGURE= yes
+QTCPPFLAGS= ${CXXFLAGS} ${PTHREAD_CFLAGS}
+QTCFGLIBS= ${PTHREAD_LIBS} -L${X11BASE}/lib -lqtgl
+CONFIGURE_ENV= QTDIR="${X11BASE}"
+USE_GMAKE= yes
+INSTALLS_SHLIB= yes
+
+post-patch:
+ @${PERL} -pi -e "s,-lqt,-lqt2,g ; \
+ s,-lqgl,-lqtgl,g ; \
+ s,/moc,/moc2,g" ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/graphics/qglviewer/distinfo b/graphics/qglviewer/distinfo
new file mode 100644
index 000000000000..8f2114604b31
--- /dev/null
+++ b/graphics/qglviewer/distinfo
@@ -0,0 +1 @@
+MD5 (qglviewer-1.3.tar.gz) = 4c7fcdc6b3c7dbda29d39ddd8b76aad4
diff --git a/graphics/qglviewer/pkg-comment b/graphics/qglviewer/pkg-comment
new file mode 100644
index 000000000000..153cf6d8cba3
--- /dev/null
+++ b/graphics/qglviewer/pkg-comment
@@ -0,0 +1 @@
+Use OpenGL to play around with three dimensional scenes
diff --git a/graphics/qglviewer/pkg-descr b/graphics/qglviewer/pkg-descr
new file mode 100644
index 000000000000..56c2c8c7ea4f
--- /dev/null
+++ b/graphics/qglviewer/pkg-descr
@@ -0,0 +1,12 @@
+QGLViewer addresses people programming in OpenGL to play around with three
+dimensional scenes or to write software that uses OpenGL.
+
+QGLViewer provides a set of classes for camera control, as well as comfortable
+user interface that allows you to control your viewing parameters via mouse
+and buttons. Additionally a framework for camera paths and their interpolation,
+a light source editor and a simple scene tree are provided.
+
+All of the QGLViewer helper classes (such as vectors, points, the camera,
+etc.) are serializable using the Qt-builtin XML facility.
+
+WWW: http://www.qglviewer.de/
diff --git a/graphics/qglviewer/pkg-plist b/graphics/qglviewer/pkg-plist
new file mode 100644
index 000000000000..ae93f2399a12
--- /dev/null
+++ b/graphics/qglviewer/pkg-plist
@@ -0,0 +1,382 @@
+include/qglviewer/CBoundingBox3D.h
+include/qglviewer/CCamera.h
+include/qglviewer/CCameraKeyPathAttributes.h
+include/qglviewer/CCameraKeyPathPoint.h
+include/qglviewer/CCameraPathInterpolator.h
+include/qglviewer/CLightSource.h
+include/qglviewer/CList.cpp
+include/qglviewer/CList.h
+include/qglviewer/CMat4D.h
+include/qglviewer/CP2D.h
+include/qglviewer/CP3D.h
+include/qglviewer/CP4D.h
+include/qglviewer/CQuat.h
+include/qglviewer/CTree.h
+include/qglviewer/CV2D.h
+include/qglviewer/CV3D.h
+include/qglviewer/CV4D.h
+include/qglviewer/GLDrawable.h
+include/qglviewer/GeoGeneric.h
+include/qglviewer/QCameraDrag.h
+include/qglviewer/QCameraDropSite.h
+include/qglviewer/QCameraInterpolationTool.h
+include/qglviewer/QCameraKeyPathDrag.h
+include/qglviewer/QCameraKeyPathDropSite.h
+include/qglviewer/QCameraKeyPathEditorImpl.h
+include/qglviewer/QCameraPathDrag.h
+include/qglviewer/QCameraPathDropSite.h
+include/qglviewer/QCameraPathPlayer.h
+include/qglviewer/QGLExaminerViewer.h
+include/qglviewer/QGLSignalWidget.h
+include/qglviewer/QGLViewer.h
+include/qglviewer/QGLViewerIO.h
+include/qglviewer/QGLViewerSceneTreeObjects.h
+include/qglviewer/QGLViewerXML.h
+include/qglviewer/QIconOptions.h
+include/qglviewer/QLightSourceEditorImpl.h
+include/qglviewer/QMyListBox.h
+include/qglviewer/QSceneTreeNode.h
+include/qglviewer/QSceneTreeRenderer.h
+include/qglviewer/QStereoCtrl.h
+include/qglviewer/QToggleButton.h
+lib/libqglviewer.a
+lib/libqglviewer.so
+lib/libqglviewer.so.3
+share/doc/qglviewer/AUTHORS
+share/doc/qglviewer/COPYING
+share/doc/qglviewer/NEWS
+share/doc/qglviewer/README
+share/doc/qglviewer/html/CBoundingBox3D_8cpp.html
+share/doc/qglviewer/html/CBoundingBox3D_8h-source.html
+share/doc/qglviewer/html/CBoundingBox3D_8h.html
+share/doc/qglviewer/html/CCameraKeyPathAttributes_8cpp.html
+share/doc/qglviewer/html/CCameraKeyPathAttributes_8h-source.html
+share/doc/qglviewer/html/CCameraKeyPathAttributes_8h.html
+share/doc/qglviewer/html/CCameraKeyPathPoint_8cpp.html
+share/doc/qglviewer/html/CCameraKeyPathPoint_8h-source.html
+share/doc/qglviewer/html/CCameraKeyPathPoint_8h.html
+share/doc/qglviewer/html/CCameraPathInterpolator_8cpp.html
+share/doc/qglviewer/html/CCameraPathInterpolator_8h-source.html
+share/doc/qglviewer/html/CCameraPathInterpolator_8h.html
+share/doc/qglviewer/html/CCamera_8cpp.html
+share/doc/qglviewer/html/CCamera_8h-source.html
+share/doc/qglviewer/html/CCamera_8h.html
+share/doc/qglviewer/html/CEditorRenderer_8cpp.html
+share/doc/qglviewer/html/CEditorRenderer_8h-source.html
+share/doc/qglviewer/html/CEditorRenderer_8h.html
+share/doc/qglviewer/html/CInterpolationRenderer_8cpp.html
+share/doc/qglviewer/html/CInterpolationRenderer_8h-source.html
+share/doc/qglviewer/html/CInterpolationRenderer_8h.html
+share/doc/qglviewer/html/CLightSource_8cpp.html
+share/doc/qglviewer/html/CLightSource_8h-source.html
+share/doc/qglviewer/html/CLightSource_8h.html
+share/doc/qglviewer/html/CList_8cpp.html
+share/doc/qglviewer/html/CList_8h-source.html
+share/doc/qglviewer/html/CList_8h.html
+share/doc/qglviewer/html/CMat4D_8cpp.html
+share/doc/qglviewer/html/CMat4D_8h-source.html
+share/doc/qglviewer/html/CMat4D_8h.html
+share/doc/qglviewer/html/CP2D_8cpp.html
+share/doc/qglviewer/html/CP2D_8h-source.html
+share/doc/qglviewer/html/CP2D_8h.html
+share/doc/qglviewer/html/CP3D_8cpp.html
+share/doc/qglviewer/html/CP3D_8h-source.html
+share/doc/qglviewer/html/CP3D_8h.html
+share/doc/qglviewer/html/CP4D_8cpp.html
+share/doc/qglviewer/html/CP4D_8h-source.html
+share/doc/qglviewer/html/CP4D_8h.html
+share/doc/qglviewer/html/CPlayerRenderer_8cpp.html
+share/doc/qglviewer/html/CPlayerRenderer_8h-source.html
+share/doc/qglviewer/html/CPlayerRenderer_8h.html
+share/doc/qglviewer/html/CQuat_8cpp.html
+share/doc/qglviewer/html/CQuat_8h-source.html
+share/doc/qglviewer/html/CQuat_8h.html
+share/doc/qglviewer/html/CSceneTreeRenderer_8cpp.html
+share/doc/qglviewer/html/CSceneTreeRenderer_8h-source.html
+share/doc/qglviewer/html/CSceneTreeRenderer_8h.html
+share/doc/qglviewer/html/CSimpleRenderer_8cpp.html
+share/doc/qglviewer/html/CSimpleRenderer_8h-source.html
+share/doc/qglviewer/html/CSimpleRenderer_8h.html
+share/doc/qglviewer/html/CTree_8cpp.html
+share/doc/qglviewer/html/CTree_8h-source.html
+share/doc/qglviewer/html/CTree_8h.html
+share/doc/qglviewer/html/CV2D_8cpp.html
+share/doc/qglviewer/html/CV2D_8h-source.html
+share/doc/qglviewer/html/CV2D_8h.html
+share/doc/qglviewer/html/CV3D_8cpp.html
+share/doc/qglviewer/html/CV3D_8h-source.html
+share/doc/qglviewer/html/CV3D_8h.html
+share/doc/qglviewer/html/CV4D_8cpp.html
+share/doc/qglviewer/html/CV4D_8h-source.html
+share/doc/qglviewer/html/CV4D_8h.html
+share/doc/qglviewer/html/CameraKeyPathEditor_2main_8cpp.html
+share/doc/qglviewer/html/CameraPathInterpolation_2main_8cpp.html
+share/doc/qglviewer/html/CameraPathPlayer_2main_8cpp.html
+share/doc/qglviewer/html/GLDrawable_8cpp.html
+share/doc/qglviewer/html/GLDrawable_8h-source.html
+share/doc/qglviewer/html/GLDrawable_8h.html
+share/doc/qglviewer/html/GeoGeneric_8h-source.html
+share/doc/qglviewer/html/GeoGeneric_8h.html
+share/doc/qglviewer/html/QCameraDrag_8cpp.html
+share/doc/qglviewer/html/QCameraDrag_8h-source.html
+share/doc/qglviewer/html/QCameraDrag_8h.html
+share/doc/qglviewer/html/QCameraDropSite_8cpp.html
+share/doc/qglviewer/html/QCameraDropSite_8h-source.html
+share/doc/qglviewer/html/QCameraDropSite_8h.html
+share/doc/qglviewer/html/QCameraInterpolationTool_8cpp.html
+share/doc/qglviewer/html/QCameraInterpolationTool_8h-source.html
+share/doc/qglviewer/html/QCameraInterpolationTool_8h.html
+share/doc/qglviewer/html/QCameraKeyPathDrag_8cpp.html
+share/doc/qglviewer/html/QCameraKeyPathDrag_8h-source.html
+share/doc/qglviewer/html/QCameraKeyPathDrag_8h.html
+share/doc/qglviewer/html/QCameraKeyPathDropSite_8cpp.html
+share/doc/qglviewer/html/QCameraKeyPathDropSite_8h-source.html
+share/doc/qglviewer/html/QCameraKeyPathDropSite_8h.html
+share/doc/qglviewer/html/QCameraKeyPathEditorImpl_8cpp.html
+share/doc/qglviewer/html/QCameraKeyPathEditorImpl_8h-source.html
+share/doc/qglviewer/html/QCameraKeyPathEditorImpl_8h.html
+share/doc/qglviewer/html/QCameraKeyPathEditor_8cpp.html
+share/doc/qglviewer/html/QCameraKeyPathEditor_8h-source.html
+share/doc/qglviewer/html/QCameraKeyPathEditor_8h.html
+share/doc/qglviewer/html/QCameraPathDrag_8cpp.html
+share/doc/qglviewer/html/QCameraPathDrag_8h-source.html
+share/doc/qglviewer/html/QCameraPathDrag_8h.html
+share/doc/qglviewer/html/QCameraPathDropSite_8cpp.html
+share/doc/qglviewer/html/QCameraPathDropSite_8h-source.html
+share/doc/qglviewer/html/QCameraPathDropSite_8h.html
+share/doc/qglviewer/html/QCameraPathPlayer_8cpp.html
+share/doc/qglviewer/html/QCameraPathPlayer_8h-source.html
+share/doc/qglviewer/html/QCameraPathPlayer_8h.html
+share/doc/qglviewer/html/QGLExaminerViewer_8cpp.html
+share/doc/qglviewer/html/QGLExaminerViewer_8h-source.html
+share/doc/qglviewer/html/QGLExaminerViewer_8h.html
+share/doc/qglviewer/html/QGLSignalWidget_8h-source.html
+share/doc/qglviewer/html/QGLSignalWidget_8h.html
+share/doc/qglviewer/html/QGLViewerIO_8cpp.html
+share/doc/qglviewer/html/QGLViewerIO_8h-source.html
+share/doc/qglviewer/html/QGLViewerIO_8h.html
+share/doc/qglviewer/html/QGLViewerSceneTreeObjects_8cpp.html
+share/doc/qglviewer/html/QGLViewerSceneTreeObjects_8h-source.html
+share/doc/qglviewer/html/QGLViewerSceneTreeObjects_8h.html
+share/doc/qglviewer/html/QGLViewerXML_8cpp.html
+share/doc/qglviewer/html/QGLViewerXML_8h-source.html
+share/doc/qglviewer/html/QGLViewerXML_8h.html
+share/doc/qglviewer/html/QGLViewer_8cpp.html
+share/doc/qglviewer/html/QGLViewer_8h-source.html
+share/doc/qglviewer/html/QGLViewer_8h.html
+share/doc/qglviewer/html/QIconOptions_8cpp.html
+share/doc/qglviewer/html/QIconOptions_8h-source.html
+share/doc/qglviewer/html/QIconOptions_8h.html
+share/doc/qglviewer/html/QLightSourceEditorImpl_8cpp.html
+share/doc/qglviewer/html/QLightSourceEditorImpl_8h-source.html
+share/doc/qglviewer/html/QLightSourceEditorImpl_8h.html
+share/doc/qglviewer/html/QLightSourceEditor_8cpp.html
+share/doc/qglviewer/html/QLightSourceEditor_8h-source.html
+share/doc/qglviewer/html/QLightSourceEditor_8h.html
+share/doc/qglviewer/html/QMyListBox_8cpp.html
+share/doc/qglviewer/html/QMyListBox_8h-source.html
+share/doc/qglviewer/html/QMyListBox_8h.html
+share/doc/qglviewer/html/QSceneTreeNode_8cpp.html
+share/doc/qglviewer/html/QSceneTreeNode_8h-source.html
+share/doc/qglviewer/html/QSceneTreeNode_8h.html
+share/doc/qglviewer/html/QSceneTreeRenderer_8cpp.html
+share/doc/qglviewer/html/QSceneTreeRenderer_8h-source.html
+share/doc/qglviewer/html/QSceneTreeRenderer_8h.html
+share/doc/qglviewer/html/QSceneTreeViewer_8cpp.html
+share/doc/qglviewer/html/QSceneTreeViewer_8h-source.html
+share/doc/qglviewer/html/QSceneTreeViewer_8h.html
+share/doc/qglviewer/html/QSimpleViewer_8cpp.html
+share/doc/qglviewer/html/QSimpleViewer_8h-source.html
+share/doc/qglviewer/html/QSimpleViewer_8h.html
+share/doc/qglviewer/html/QStereoCtrl_8cpp.html
+share/doc/qglviewer/html/QStereoCtrl_8h-source.html
+share/doc/qglviewer/html/QStereoCtrl_8h.html
+share/doc/qglviewer/html/QToggleButton_8cpp.html
+share/doc/qglviewer/html/QToggleButton_8h-source.html
+share/doc/qglviewer/html/QToggleButton_8h.html
+share/doc/qglviewer/html/QViewingModeDialog_8cpp.html
+share/doc/qglviewer/html/QViewingModeDialog_8h-source.html
+share/doc/qglviewer/html/QViewingModeDialog_8h.html
+share/doc/qglviewer/html/STQGLExampleObjects_8cpp.html
+share/doc/qglviewer/html/STQGLExampleObjects_8h-source.html
+share/doc/qglviewer/html/STQGLExampleObjects_8h.html
+share/doc/qglviewer/html/SceneTree_2main_8cpp.html
+share/doc/qglviewer/html/Simple_2main_8cpp.html
+share/doc/qglviewer/html/annotated.html
+share/doc/qglviewer/html/classCBoundingBox3D-members.html
+share/doc/qglviewer/html/classCBoundingBox3D.gif
+share/doc/qglviewer/html/classCBoundingBox3D.html
+share/doc/qglviewer/html/classCBreathFirstTraverser-members.html
+share/doc/qglviewer/html/classCBreathFirstTraverser.gif
+share/doc/qglviewer/html/classCBreathFirstTraverser.html
+share/doc/qglviewer/html/classCCamera-members.html
+share/doc/qglviewer/html/classCCamera.html
+share/doc/qglviewer/html/classCCameraKeyPathAttributes-members.html
+share/doc/qglviewer/html/classCCameraKeyPathAttributes.html
+share/doc/qglviewer/html/classCCameraKeyPathPoint-members.html
+share/doc/qglviewer/html/classCCameraKeyPathPoint.html
+share/doc/qglviewer/html/classCCameraPathInterpolator-members.html
+share/doc/qglviewer/html/classCCameraPathInterpolator.html
+share/doc/qglviewer/html/classCDepthFirstTraverser-members.html
+share/doc/qglviewer/html/classCDepthFirstTraverser.gif
+share/doc/qglviewer/html/classCDepthFirstTraverser.html
+share/doc/qglviewer/html/classCEditorRenderer-members.html
+share/doc/qglviewer/html/classCEditorRenderer.gif
+share/doc/qglviewer/html/classCEditorRenderer.html
+share/doc/qglviewer/html/classCInterpolationRenderer-members.html
+share/doc/qglviewer/html/classCInterpolationRenderer.gif
+share/doc/qglviewer/html/classCInterpolationRenderer.html
+share/doc/qglviewer/html/classCLightSource-members.html
+share/doc/qglviewer/html/classCLightSource.html
+share/doc/qglviewer/html/classCList-members.html
+share/doc/qglviewer/html/classCList.html
+share/doc/qglviewer/html/classCListContainer-members.html
+share/doc/qglviewer/html/classCListContainer.html
+share/doc/qglviewer/html/classCMat4D-members.html
+share/doc/qglviewer/html/classCMat4D.html
+share/doc/qglviewer/html/classCP2D-members.html
+share/doc/qglviewer/html/classCP2D.html
+share/doc/qglviewer/html/classCP3D-members.html
+share/doc/qglviewer/html/classCP3D.html
+share/doc/qglviewer/html/classCP4D-members.html
+share/doc/qglviewer/html/classCP4D.html
+share/doc/qglviewer/html/classCPlayerRenderer-members.html
+share/doc/qglviewer/html/classCPlayerRenderer.gif
+share/doc/qglviewer/html/classCPlayerRenderer.html
+share/doc/qglviewer/html/classCQuat-members.html
+share/doc/qglviewer/html/classCQuat.html
+share/doc/qglviewer/html/classCSceneTreeRenderer-members.html
+share/doc/qglviewer/html/classCSceneTreeRenderer.gif
+share/doc/qglviewer/html/classCSceneTreeRenderer.html
+share/doc/qglviewer/html/classCSimpleRenderer-members.html
+share/doc/qglviewer/html/classCSimpleRenderer.gif
+share/doc/qglviewer/html/classCSimpleRenderer.html
+share/doc/qglviewer/html/classCTreeNode-members.html
+share/doc/qglviewer/html/classCTreeNode.gif
+share/doc/qglviewer/html/classCTreeNode.html
+share/doc/qglviewer/html/classCTreeTraverserBase-members.html
+share/doc/qglviewer/html/classCTreeTraverserBase.gif
+share/doc/qglviewer/html/classCTreeTraverserBase.html
+share/doc/qglviewer/html/classCV2D-members.html
+share/doc/qglviewer/html/classCV2D.html
+share/doc/qglviewer/html/classCV3D-members.html
+share/doc/qglviewer/html/classCV3D.html
+share/doc/qglviewer/html/classCV4D-members.html
+share/doc/qglviewer/html/classCV4D.html
+share/doc/qglviewer/html/classGLDrawable-members.html
+share/doc/qglviewer/html/classGLDrawable.gif
+share/doc/qglviewer/html/classGLDrawable.html
+share/doc/qglviewer/html/classQCameraDrag-members.html
+share/doc/qglviewer/html/classQCameraDrag.gif
+share/doc/qglviewer/html/classQCameraDrag.html
+share/doc/qglviewer/html/classQCameraDropSite-members.html
+share/doc/qglviewer/html/classQCameraDropSite.gif
+share/doc/qglviewer/html/classQCameraDropSite.html
+share/doc/qglviewer/html/classQCameraInterpolationTool-members.html
+share/doc/qglviewer/html/classQCameraInterpolationTool.gif
+share/doc/qglviewer/html/classQCameraInterpolationTool.html
+share/doc/qglviewer/html/classQCameraKeyPathDrag-members.html
+share/doc/qglviewer/html/classQCameraKeyPathDrag.gif
+share/doc/qglviewer/html/classQCameraKeyPathDrag.html
+share/doc/qglviewer/html/classQCameraKeyPathDropSite-members.html
+share/doc/qglviewer/html/classQCameraKeyPathDropSite.gif
+share/doc/qglviewer/html/classQCameraKeyPathDropSite.html
+share/doc/qglviewer/html/classQCameraKeyPathEditor-members.html
+share/doc/qglviewer/html/classQCameraKeyPathEditor.gif
+share/doc/qglviewer/html/classQCameraKeyPathEditor.html
+share/doc/qglviewer/html/classQCameraKeyPathEditorImpl-members.html
+share/doc/qglviewer/html/classQCameraKeyPathEditorImpl.gif
+share/doc/qglviewer/html/classQCameraKeyPathEditorImpl.html
+share/doc/qglviewer/html/classQCameraPathDrag-members.html
+share/doc/qglviewer/html/classQCameraPathDrag.gif
+share/doc/qglviewer/html/classQCameraPathDrag.html
+share/doc/qglviewer/html/classQCameraPathDropSite-members.html
+share/doc/qglviewer/html/classQCameraPathDropSite.gif
+share/doc/qglviewer/html/classQCameraPathDropSite.html
+share/doc/qglviewer/html/classQCameraPathPlayer-members.html
+share/doc/qglviewer/html/classQCameraPathPlayer.gif
+share/doc/qglviewer/html/classQCameraPathPlayer.html
+share/doc/qglviewer/html/classQGLExaminerViewer-members.html
+share/doc/qglviewer/html/classQGLExaminerViewer.gif
+share/doc/qglviewer/html/classQGLExaminerViewer.html
+share/doc/qglviewer/html/classQGLSignalWidget-members.html
+share/doc/qglviewer/html/classQGLSignalWidget.gif
+share/doc/qglviewer/html/classQGLSignalWidget.html
+share/doc/qglviewer/html/classQGLViewer-members.html
+share/doc/qglviewer/html/classQGLViewer.gif
+share/doc/qglviewer/html/classQGLViewer.html
+share/doc/qglviewer/html/classQGLViewerIO-members.html
+share/doc/qglviewer/html/classQGLViewerIO.html
+share/doc/qglviewer/html/classQIconOptions-members.html
+share/doc/qglviewer/html/classQIconOptions.gif
+share/doc/qglviewer/html/classQIconOptions.html
+share/doc/qglviewer/html/classQLightSourceEditor-members.html
+share/doc/qglviewer/html/classQLightSourceEditor.gif
+share/doc/qglviewer/html/classQLightSourceEditor.html
+share/doc/qglviewer/html/classQLightSourceEditorImpl-members.html
+share/doc/qglviewer/html/classQLightSourceEditorImpl.gif
+share/doc/qglviewer/html/classQLightSourceEditorImpl.html
+share/doc/qglviewer/html/classQMyListBox-members.html
+share/doc/qglviewer/html/classQMyListBox.gif
+share/doc/qglviewer/html/classQMyListBox.html
+share/doc/qglviewer/html/classQSceneTreeDrawable-members.html
+share/doc/qglviewer/html/classQSceneTreeDrawable.gif
+share/doc/qglviewer/html/classQSceneTreeDrawable.html
+share/doc/qglviewer/html/classQSceneTreeNode-members.html
+share/doc/qglviewer/html/classQSceneTreeNode.gif
+share/doc/qglviewer/html/classQSceneTreeNode.html
+share/doc/qglviewer/html/classQSceneTreeRenderer-members.html
+share/doc/qglviewer/html/classQSceneTreeRenderer.gif
+share/doc/qglviewer/html/classQSceneTreeRenderer.html
+share/doc/qglviewer/html/classQSceneTreeViewer-members.html
+share/doc/qglviewer/html/classQSceneTreeViewer.gif
+share/doc/qglviewer/html/classQSceneTreeViewer.html
+share/doc/qglviewer/html/classQSimpleViewer-members.html
+share/doc/qglviewer/html/classQSimpleViewer.gif
+share/doc/qglviewer/html/classQSimpleViewer.html
+share/doc/qglviewer/html/classQStereoCtrl-members.html
+share/doc/qglviewer/html/classQStereoCtrl.gif
+share/doc/qglviewer/html/classQStereoCtrl.html
+share/doc/qglviewer/html/classQToggleButton-members.html
+share/doc/qglviewer/html/classQToggleButton.gif
+share/doc/qglviewer/html/classQToggleButton.html
+share/doc/qglviewer/html/classQViewingModeDialog-members.html
+share/doc/qglviewer/html/classQViewingModeDialog.html
+share/doc/qglviewer/html/classSTDisplayList-members.html
+share/doc/qglviewer/html/classSTDisplayList.gif
+share/doc/qglviewer/html/classSTDisplayList.html
+share/doc/qglviewer/html/classSTLightList-members.html
+share/doc/qglviewer/html/classSTLightList.gif
+share/doc/qglviewer/html/classSTLightList.html
+share/doc/qglviewer/html/classSTQGLExampleInitNode-members.html
+share/doc/qglviewer/html/classSTQGLExampleInitNode.gif
+share/doc/qglviewer/html/classSTQGLExampleInitNode.html
+share/doc/qglviewer/html/classSTQGLExampleLightNode-members.html
+share/doc/qglviewer/html/classSTQGLExampleLightNode.gif
+share/doc/qglviewer/html/classSTQGLExampleLightNode.html
+share/doc/qglviewer/html/classSTQGLExampleSolidSphere-members.html
+share/doc/qglviewer/html/classSTQGLExampleSolidSphere.gif
+share/doc/qglviewer/html/classSTQGLExampleSolidSphere.html
+share/doc/qglviewer/html/classSTQGLExampleSphere-members.html
+share/doc/qglviewer/html/classSTQGLExampleSphere.gif
+share/doc/qglviewer/html/classSTQGLExampleSphere.html
+share/doc/qglviewer/html/classSTQGLExampleWiredSphere-members.html
+share/doc/qglviewer/html/classSTQGLExampleWiredSphere.gif
+share/doc/qglviewer/html/classSTQGLExampleWiredSphere.html
+share/doc/qglviewer/html/classSTQGLViewerBoundingBox-members.html
+share/doc/qglviewer/html/classSTQGLViewerBoundingBox.gif
+share/doc/qglviewer/html/classSTQGLViewerBoundingBox.html
+share/doc/qglviewer/html/classes.html
+share/doc/qglviewer/html/doxygen.css
+share/doc/qglviewer/html/doxygen.gif
+share/doc/qglviewer/html/files.html
+share/doc/qglviewer/html/functions.html
+share/doc/qglviewer/html/globals.html
+share/doc/qglviewer/html/hierarchy.html
+share/doc/qglviewer/html/index.html
+share/doc/qglviewer/html/namespaceQGLViewerXML.html
+share/doc/qglviewer/html/namespacemembers.html
+share/doc/qglviewer/html/namespaces.html
+@dirrm include/qglviewer
+@dirrm share/doc/qglviewer/html
+@dirrm share/doc/qglviewer