Ignore:
Timestamp:
Mar 20, 2011, 5:12:24 PM (13 years ago)
Author:
Torben Dannhauer
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • experimental/TerrainTest/myTileLoadedCallback.h

    r276 r277  
    1818         * \brief This function must be implemented.
    1919         *
    20          * @return : Extrnal layer loding status.
     20         * @return : Extrnal layer loading status.
    2121         */
    2222        virtual bool deferExternalLayerLoading() const {return true;}
     
    2828         *
    2929         * @param tile : Loaded tile.
    30          * @param options : Reader writer optins. Defined as interface, but in this class not used.
     30         * @param options : Reader writer options. Defined in the base class, but here not used.
    3131         */
    3232        virtual void loaded(osgTerrain::TerrainTile* tile, const osgDB::ReaderWriter::Options* options) const {tile->setTerrainTechnique( new T() );};
Note: See TracChangeset for help on using the changeset viewer.