Search found 2 matches

by wartech0
Mon Feb 01, 2010 2:46 pm
Forum: Beginners Help
Topic: Heightmap terrain data
Replies: 3
Views: 395

I have tried scene::IMesh* buffer = terrain->getMesh(); video::S3DVertex2TCoords* data = (video::S3DVertex2TCoords*)buffer->getMeshBuffer(0)->getVertices(); Every time I do my program does not work with that in it any suggestions? It is specifically that code right there too because everything stops...
by wartech0
Mon Feb 01, 2010 12:29 pm
Forum: Beginners Help
Topic: Heightmap terrain data
Replies: 3
Views: 395

Heightmap terrain data

Is there anyway I can access height map data. The tutorial doesn't go into any detail on how to change the data. I have looked around the forum and all I see is how to get the data and not change it.