How can I process a TIN (Triangular Irregular Network) or any other elevation data structure?
Currently, TerrainViz only deals with regular grids for elevation data. The only way to use any other data structure is to convert your data to a regular grid. You will have to sample and interpolate your data to get a compatible grid. Then you will need to add a header as decribed before (See previous topic). We plan to process additional data structures in future releases of TerrainViz.