Changeset 264 for experimental
- Timestamp:
- Feb 27, 2011, 4:14:18 PM (14 years ago)
- Location:
- experimental/TerrainTest
- Files:
-
- 2 added
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
experimental/TerrainTest/ModificationVisitor.h
r262 r264 8 8 9 9 #include "ellipsoidTechnique.h" 10 #include "rampedEllipsoidTechnique.h" 10 11 11 12 -
experimental/TerrainTest/Plugins terrainmod/Plugins terrainmod.vcproj
r262 r264 188 188 </File> 189 189 <File 190 RelativePath="..\rampedEllipsoidTechnique.cpp" 191 > 192 </File> 193 <File 190 194 RelativePath="..\ReaderWriterTerrainMod.cpp" 191 195 > … … 210 214 </File> 211 215 <File 216 RelativePath="..\rampedEllipsoidTechnique.h" 217 > 218 </File> 219 <File 212 220 RelativePath="..\ReaderWriterTerrainMod.h" 213 221 > -
experimental/TerrainTest/ellipsoidTechnique.cpp
r263 r264 1 1 #include "ellipsoidTechnique.h" 2 #include <osgTerrain/TerrainTile>3 2 4 3 -
experimental/TerrainTest/ellipsoidTechnique.h
r262 r264 1 1 #pragma once 2 3 2 #include "terrainModificationTechnique.h" 4 3 -
experimental/TerrainTest/terrainModificationTechnique.h
r262 r264 1 #pragma once 1 2 #include <osg/Referenced> 2 3 #include <osgTerrain/GeometryTechnique> 3 4 #include <osg/Vec4d> 5 #include <osgTerrain/TerrainTile> 4 6 5 7 … … 19 21 * \brief This function performs the terrain data modification. Must be subclassed. 20 22 * 21 * @param modificationROI This vector contains the extents of the reg oin of interest which should be modified: lat min, lat_max, long_min, long_max23 * @param modificationROI This vector contains the extents of the region of interest which should be modified: lat min, lat_max, long_min, long_max 22 24 * @param h : Heightfield of the tile which should be modified 23 25 * @param tileExtends : This vector contains the extents of the tile: lat min, lat_max, long_min, long_max
Note: See TracChangeset
for help on using the changeset viewer.