Last change
on this file since 260 was
258,
checked in by Torben Dannhauer, 14 years ago
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Rev URL
|
File size:
274 bytes
|
Rev | Line | |
---|
[258] | 1 | #pragma once |
---|
| 2 | |
---|
| 3 | #include <osgTerrain/GeometryTechnique> |
---|
| 4 | #include <osg/Image> |
---|
| 5 | |
---|
| 6 | class ellipsoidTechnique |
---|
| 7 | { |
---|
| 8 | public: |
---|
| 9 | ellipsoidTechnique(); |
---|
| 10 | ~ellipsoidTechnique(); |
---|
| 11 | |
---|
| 12 | void modifyHeightfield(osg::HeightField* h, double lat_min, double lat_max, double lon_min, double lon_max); |
---|
| 13 | }; |
---|
| 14 | |
---|
| 15 | |
---|
Note: See
TracBrowser
for help on using the repository browser.