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

@@ -97,8 +97,7 @@ class OSGTERRAIN_EXPORT CartesianLocator : public osgTerrain::Locator
{
public:
CartesianLocator(double originX, double originY, double lengthX, double lengthY, double height = 0.0f, double heightScale =
1.0f);
CartesianLocator(double originX, double originY, double lengthX, double lengthY, double height = 0.0f, double heightScale = 1.0f);
void setExtents(double originX, double originY, double lengthX, double lengthY, double height = 0.0f, double heightScale = 1.0f);