From Vivek Rajan, new osgManipulator library, with a few minor tweaks and rename for osgDragger to osgManipulator for build by Robert Osfield.

Vivek's email to osg-submissions:

"I'm happy to release the osgdragger nodekit to the OSG community. I
implemented the nodekit for my company, Fugro-Jason Inc., and they
have kindly agreed to open source it.

The nodekit contains a few draggers but it should be easy to build new
draggers on top of it. The design of the nodekit is based on a
SIGGRAPH 2002 course - "Design and Implementation of Direct
Manipulation in 3D". You can find the course notes at
http://www.pauliface.com/Sigg02/index.html. Reading pages 20 - 29 of
the course notes should give you a fair understanding of how the
nodekit works.

The source code also contains an example of how to use the draggers."
This commit is contained in:
Robert Osfield
2007-02-11 10:33:59 +00:00
parent f1a82f35b2
commit 19db0c1674
49 changed files with 6774 additions and 1 deletions

View File

@@ -99,6 +99,27 @@ Package=<4>
###############################################################################
Project: "Core osgManipulator"=.\osgManipulator\osgManipulator.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name Core osg
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgUtil
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgGA
End Project Dependency
}}}
###############################################################################
Project: "Core osgShadow"=.\osgShadow\osgShadow.dsp - Package Owner=<4>
Package=<5>
@@ -1302,6 +1323,36 @@ Package=<4>
###############################################################################
Project: "Example osgparticle"=.\examples\osgmanipulator\osgmanipulatordemo.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
Begin Project Dependency
Project_Dep_Name Core osg
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgDB
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgGA
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgManipulator
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgProducer
End Project Dependency
Begin Project Dependency
Project_Dep_Name Core osgUtil
End Project Dependency
}}}
###############################################################################
Project: "Example osgmovie"=.\examples\osgmovie\osgmovie.dsp - Package Owner=<4>
Package=<5>