This website requires JavaScript.
Explore
Help
Sign In
FGFS-4.1
/
OpenSceneGraph
Watch
4
Star
0
Fork
0
You've already forked OpenSceneGraph
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
ff68236badb676c39b8e672d426c0b36caddc230
OpenSceneGraph
/
src
/
osgTerrain
History
Robert Osfield
6798fe4c25
From Brad Christiansen, "To build OSG using Visual Studio 2010 Terrain.cpp requires #include <iterator>. This is a very common fix when using 2010 due to changes in Microsoft STL.
...
"
2010-07-31 10:17:06 +00:00
..
CMakeLists.txt
From Philip Lowman, "Here's the promised cleanup of the OSG's CMakeLists.txt files for the src/ folder. I'll submit the others separately.
2009-03-23 16:01:02 +00:00
GeometryTechnique.cpp
Re-organized the access of the mutex in Terrain to avoid deadlocks, and temporarily switched off the update of the neightbouring tile boundaries within the GeometryTechnique::generateGeometry method, again to avoid deadlocks.
2010-06-16 12:46:16 +00:00
Layer.cpp
Conversion of osg::notify to OSG_INFO etc.
2010-05-28 16:03:38 +00:00
Locator.cpp
Fixed the compute of the extents/bounding sphere
2009-08-27 19:25:23 +00:00
Terrain.cpp
From Brad Christiansen, "To build OSG using Visual Studio 2010 Terrain.cpp requires #include <iterator>. This is a very common fix when using 2010 due to changes in Microsoft STL.
2010-07-31 10:17:06 +00:00
TerrainTechnique.cpp
Conversion of osg::notify to OSG_INFO etc.
2010-05-28 16:03:38 +00:00
TerrainTile.cpp
Conversion of osg::notify to OSG_INFO etc.
2010-05-28 16:03:38 +00:00
Version.cpp
Unified the setup of version numbers so that they all are based on the version
2007-04-22 20:19:43 +00:00