Altering GeoMipTerrain Height Values at Runtime

I am curious. Has anyone tried changing a GeoMipTerrain’s height values dynamically at runtime. Anyone know if that would work with the LOD system? Or are the LODs built when you first load the PNG and not rebuilt later.

Thanks! You guys are great.

You can call heightfield() to get a pointer to the PNMImage which you can then modify. You will need to call generate() to update the information though.