4016aed62d
Add computeIntersections() to the osgGA::GUIActionAdapter base class to enable intersection tests without needing to directly link to osgViewer.
10 lines
190 B
CMake
10 lines
190 B
CMake
SET(TARGET_SRC
|
|
TransferFunctionWidget.cpp
|
|
osgtransferfunction.cpp
|
|
)
|
|
|
|
SET(TARGET_ADDED_LIBRARIES osgVolume osgManipulator)
|
|
|
|
#### end var setup ###
|
|
SETUP_EXAMPLE(osgtransferfunction)
|