This is my first post on Irrlicht website
I'm a newbie of C# and i'm trying to use your .NET to write a simple program to render a 3D image.
In my program i need to use the greyscale bitmap to restore a 3D image of an object. I had studied your TerrainRendering tutorial, that do really help.
but i still got some questions:
1) if i want a 360 degrees rotation of the 3D image in any direction I want what are the codes that i can use?
2) do i need to build up a 3-dimension coordinate first ?
3) how could I define the color of my heightmap?
like this.I need some guide code for me to use or any useful tutorials and sorry for my english is not good.
Hope anyone can help, thanks so much.