From: Frederic Bouvier Date: Sat, 3 Mar 2012 18:19:38 +0000 (+0100) Subject: Move noise functions from scene/material to scene/util X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6d3766e9138ad53dc462c6ae1c3cad485cc701c2;p=simgear.git Move noise functions from scene/material to scene/util --- diff --git a/projects/VC90/SimGear.vcproj b/projects/VC90/SimGear.vcproj index f38a9fa3..26b7e874 100644 --- a/projects/VC90/SimGear.vcproj +++ b/projects/VC90/SimGear.vcproj @@ -1299,14 +1299,6 @@ RelativePath="..\..\simgear\scene\material\mipmap.hxx" > - - - - @@ -1797,6 +1789,14 @@ RelativePath="..\..\simgear\scene\util\NodeAndDrawableVisitor.hxx" > + + + + diff --git a/simgear/scene/util/CMakeLists.txt b/simgear/scene/util/CMakeLists.txt index 8b922157..670d21af 100644 --- a/simgear/scene/util/CMakeLists.txt +++ b/simgear/scene/util/CMakeLists.txt @@ -3,6 +3,7 @@ include (SimGearComponent) set(HEADERS CopyOp.hxx NodeAndDrawableVisitor.hxx + Noise.hxx OsgMath.hxx OsgSingleton.hxx PrimitiveUtils.hxx @@ -28,6 +29,7 @@ set(HEADERS set(SOURCES CopyOp.cxx NodeAndDrawableVisitor.cxx + Noise.cxx PrimitiveUtils.cxx QuadTreeBuilder.cxx SGEnlargeBoundingBox.cxx