George
Hi
I found out that terrain_->ApplyHeightMap() takes a bit of time to update. e.g. 131milisec.
Is it possible to call terrain_->ApplyHeightMap() on a different thread? It would be great for realtime operation.
Thanks