Posted: 8th Jun 2007 3:59
Hi,
I'm looking for a simple code to move an object on a terrain
using sparky's dll. My terrain is a .dbo object made from a
heightmap.
I read help files availables with the .dll, I looked at examples
given with it but I admit that I don't understand very much of it.
I looked at Ruccus commented example. I understood it but it works
on a plane, not on a terrain with relief.
Could someone give me indications on how to code, the simpliest way,
the movement of an objet on a map (like if I were using the "get ground height" command for matrices).
Thanks.
Posted: 10th Jun 2007 9:33
use the command "get terrain ground height(terrain#,x,z)".
Posted: 11th Jun 2007 2:20
My terrain is not built with the terrain commands. It's built from a heightmap and with the memblock commands. I think the "get terrain ground height" won't work.