Ignore:
Timestamp:
Feb 27, 2011, 4:14:18 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
Location:
experimental/TerrainTest
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/ModificationVisitor.h

    r262 r264  
    88
    99#include "ellipsoidTechnique.h"
     10#include "rampedEllipsoidTechnique.h"
    1011
    1112
  • experimental/TerrainTest/Plugins terrainmod/Plugins terrainmod.vcproj

    r262 r264  
    188188                        </File>
    189189                        <File
     190                                RelativePath="..\rampedEllipsoidTechnique.cpp"
     191                                >
     192                        </File>
     193                        <File
    190194                                RelativePath="..\ReaderWriterTerrainMod.cpp"
    191195                                >
     
    210214                        </File>
    211215                        <File
     216                                RelativePath="..\rampedEllipsoidTechnique.h"
     217                                >
     218                        </File>
     219                        <File
    212220                                RelativePath="..\ReaderWriterTerrainMod.h"
    213221                                >
  • experimental/TerrainTest/ellipsoidTechnique.cpp

    r263 r264  
    11#include "ellipsoidTechnique.h"
    2 #include <osgTerrain/TerrainTile>
    32
    43
  • experimental/TerrainTest/ellipsoidTechnique.h

    r262 r264  
    11#pragma once
    2 
    32#include "terrainModificationTechnique.h"
    43
  • experimental/TerrainTest/terrainModificationTechnique.h

    r262 r264  
     1#pragma once
    12#include <osg/Referenced>
    23#include <osgTerrain/GeometryTechnique>
    34#include <osg/Vec4d>
     5#include <osgTerrain/TerrainTile>
    46
    57
     
    1921         * \brief This function performs the terrain data modification. Must be subclassed.
    2022         *
    21          * @param modificationROI This vector contains the extents of the regoin of interest which should be modified: lat min, lat_max, long_min, long_max
     23         * @param modificationROI This vector contains the extents of the region of interest which should be modified: lat min, lat_max, long_min, long_max
    2224         * @param h : Heightfield of the tile which should be modified
    2325         * @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.