Hi,
I'm trying to make my own world loader. Therefore, I need to create a terrain with a set of points. I could only mention two possible solutions:
1.) Convert an array to an image and use addTerrainSceneNode(
"FILENAME")
2.) Use the array directly to define the terrain (which has my preference)
My question is: is the second solution possible and if it is, how can it be done.
Heightmap creation of an array
-
- Posts: 3
- Joined: Sat Feb 04, 2006 1:42 pm
Heightmap creation of an array
Last edited by lauwieroos on Wed Oct 08, 2014 11:24 pm, edited 1 time in total.
You could add a method to the Terrain-Node.
See http://irrlicht.sourceforge.net/phpBB2/ ... tion#62355 as an Example how to add an alternative Input for Terrain.
Mike
See http://irrlicht.sourceforge.net/phpBB2/ ... tion#62355 as an Example how to add an alternative Input for Terrain.
Mike