Moved osgmultiviewpaging to osgcustompager to avoid name confusion with new multiview extension example
This commit is contained in:
parent
3ecd94babc
commit
6831e072e4
@ -39,6 +39,7 @@ IF(DYNAMIC_OPENSCENEGRAPH)
|
||||
ADD_SUBDIRECTORY(osgcubemap)
|
||||
ADD_SUBDIRECTORY(osgdeferred)
|
||||
ADD_SUBDIRECTORY(osgcluster)
|
||||
ADD_SUBDIRECTORY(osgcustompager)
|
||||
ADD_SUBDIRECTORY(osgdatabaserevisions)
|
||||
ADD_SUBDIRECTORY(osgdepthpartition)
|
||||
ADD_SUBDIRECTORY(osgdepthpeeling)
|
||||
@ -76,7 +77,6 @@ IF(DYNAMIC_OPENSCENEGRAPH)
|
||||
ADD_SUBDIRECTORY(osgmultitexture)
|
||||
ADD_SUBDIRECTORY(osgmultitexturecontrol)
|
||||
ADD_SUBDIRECTORY(osgmultitouch)
|
||||
ADD_SUBDIRECTORY(osgmultiviewpaging)
|
||||
ADD_SUBDIRECTORY(osgobjectcache)
|
||||
ADD_SUBDIRECTORY(osgoccluder)
|
||||
ADD_SUBDIRECTORY(osgocclusionquery)
|
||||
|
4
examples/osgcustompager/CMakeLists.txt
Normal file
4
examples/osgcustompager/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
SET(TARGET_SRC osgcustompager.cpp )
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgcustompager)
|
@ -1,4 +0,0 @@
|
||||
SET(TARGET_SRC osgmultiviewpaging.cpp )
|
||||
|
||||
#### end var setup ###
|
||||
SETUP_EXAMPLE(osgmultiviewpaging)
|
@ -386,7 +386,7 @@ SET(TARGET_SRC
|
||||
TexMat.cpp
|
||||
Texture1D.cpp
|
||||
Texture2DArray.cpp
|
||||
Texture2DMultisampleArray.cpp
|
||||
Texture2DMultisampleArray.cpp
|
||||
Texture2D.cpp
|
||||
Texture2DMultisample.cpp
|
||||
Texture3D.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user