From Alexandre Amalric, Fox example

From Robert Osfield, CMake build support for FOX example
This commit is contained in:
Robert Osfield
2007-07-24 14:02:53 +00:00
parent fee5bc9f8c
commit 6b4e2fbdf2
13 changed files with 768 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ bool EllipsoidLocator::convertModelToLocal(const osg::Vec3d& world, osg::Vec3d&
CartesianLocator::CartesianLocator(double originX, double originY, double lengthX, double lengthY, double height, double heightScale)
{
setExtents(originX, originY, lengthY, lengthY, height, heightScale);
setExtents(originX, originY, lengthX, lengthY, height, heightScale);
}
void CartesianLocator::setExtents(double originX, double originY, double lengthX, double lengthY, double height, double heightScale)