OpenSceneGraph/examples/osgrobot/CMakeLists.txt
Robert Osfield 8c6f65caca From James Moliere,
"   The code below is to show how a heirarchy of objects can be made within a scenegraph.
    In other words, how there can be a parent/child relationship between objects such
    that when a parent is rotated or translated, the children move is respect to it's
    parent movement.  A robotic arm is used in this example because this is what I'm
    using OSG for."
2008-10-14 15:24:39 +00:00

5 lines
79 B
CMake

SET(TARGET_SRC osgrobot.cpp )
#### end var setup ###
SETUP_EXAMPLE(osgrobot)