Ignore:
Timestamp:
Feb 27, 2011, 4:14:18 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.