]> git.mxchange.org Git - simgear.git/blobdiff - simgear/scene/util/Makefile.am
Use osg's builtin mechanisms to traverse only in range nodes with the
[simgear.git] / simgear / scene / util / Makefile.am
index b223228c52ecdafbd7bde692e8a8abfec9cc5a64..567ec69708dbd9c223f6da3c72775e7cc833f43c 100644 (file)
@@ -5,16 +5,20 @@ lib_LIBRARIES = libsgutil.a
 noinst_HEADERS =
 
 include_HEADERS = \
-       SGNodeMasks.hxx \
-       SGUpdateVisitor.hxx \
-       SGEnlargeBoundingBox.hxx \
        SGDebugDrawCallback.hxx \
+       SGEnlargeBoundingBox.hxx \
+       SGNodeMasks.hxx \
        SGPickCallback.hxx \
        SGSceneFeatures.hxx \
        SGSceneUserData.hxx \
        SGStateAttributeVisitor.hxx \
        SGTextureStateAttributeVisitor.hxx \
+       SGUpdateVisitor.hxx \
+       NodeAndDrawableVisitor.hxx \
+       PrimitiveUtils.hxx \
+       QuadTreeBuilder.hxx \
        RenderConstants.hxx \
+       StateAttributeFactory.hxx \
        VectorArrayAdapter.hxx
 
 
@@ -23,6 +27,10 @@ libsgutil_a_SOURCES = \
        SGSceneFeatures.cxx \
        SGSceneUserData.cxx \
        SGStateAttributeVisitor.cxx \
-       SGTextureStateAttributeVisitor.cxx
+       SGTextureStateAttributeVisitor.cxx \
+       NodeAndDrawableVisitor.cxx \
+       PrimitiveUtils.cxx \
+       StateAttributeFactory.cxx \
+       QuadTreeBuilder.cxx
 
 INCLUDES = -I$(top_srcdir)