reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
963 stars 151 forks source link

Expose elevation API from native to managed code in order to avoid code duplication #15

Closed reinterpretcat closed 7 years ago

reinterpretcat commented 8 years ago

Sometimes, we want to access elevation data from managed code. For example, when scene starts we need to adjust character 's vertical position. So far, there is old SrtmElevationProvider in the code which should be deprecated because of:

reinterpretcat commented 7 years ago

Done