Change Terrain so that it subclassed from CoordinateSystemNode.
Implemented new update scheme of GeometryTechnique to avoid potential threading issues. Added Terrain support to .ive.
This commit is contained in:
@@ -153,7 +153,7 @@ osgTerrain::TerrainTechnique* TerrainTile::readTerrainTechnique(DataInputStream*
|
||||
{
|
||||
bool hasTechnique = in->readBool();
|
||||
if (!hasTechnique) return 0;
|
||||
|
||||
|
||||
int id = in->readInt();
|
||||
if (id==IVEGEOMETRYTECHNIQUE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user