Move noise functions from scene/material to scene/util
This commit is contained in:
parent
9b130f099f
commit
6d3766e913
@ -1299,14 +1299,6 @@
|
||||
RelativePath="..\..\simgear\scene\material\mipmap.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\material\Noise.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\material\Noise.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\material\Pass.cxx"
|
||||
>
|
||||
@ -1797,6 +1789,14 @@
|
||||
RelativePath="..\..\simgear\scene\util\NodeAndDrawableVisitor.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\util\Noise.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\util\Noise.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\simgear\scene\util\PrimitiveUtils.cxx"
|
||||
>
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user