|
I want to import terrain meshes from Google Earth, or MS flightSim, or the USGS national digital elevation data (DEM). I've read all about various modeling tools and converting to RAW format, etc. But is there a way to just import directly from this data instead of having learn and go through yet another tool?
(comments are locked)
|
|
I don't think so. I think there is websites that already have the textures and models for you to use as they are already converted. If you were to transfer the models and textures from these (using collada files) you woudn't be able to transfer the texture and have to update it in unity. It would be much easier for you to create what you need (Cinema 4d, Lightwave, Blender) and transfer to unity using these file formats or find the ones I was talking about ealier which should be converted. Sorry i couldn't be to much of use, but I hope this helps slighty. S.
(comments are locked)
|
|
I think you'd either have to parse the format yourself and create meshes manually or find a third party tool/plugin. I can't help you in detail with either. Maybe someone who worked with it reads this and can give a better answer, but until then I think google is your best bet. Either search for an existing plugin or write your own. Just get the format specification (if available) and fill up a cup of coffee.
(comments are locked)
|
|
Ya, I saw this tutorial out there. You need Google's SketchUpPro which costs $495. I'd rather spend that $ on Unity Pro! For the United States anyway, elevation data can be downloaded from: http://seamless.usgs.gov/data_availability.php?serviceid=Dataset_11 Does anyone know of a conversion tool to get this data in .RAW format to be imported into Unity?
(comments are locked)
|
|
According to USGS website for elevation data, its avail in: NED data are available in ArcGRID, GeoTIFF, BIL and GridFloat (floating point binary raster with external header files) formats...
(comments are locked)
|
|
If you want to create a heightmap for use in Unity's Terrain Engine you could take a look at But you still have to convert the output image to the 16bit RAW format (e.g. by Photoshop Elements). Edit:
(comments are locked)
|
1 2 next page »


I mean the USGS digital elevation data, not the topo maps.
added some tags