hi again
im builiding some matrixes and testing them see what it all about
and when i try running an object above the Matrix , this command just dosent work properly , on the first Vertex (first Tile), so its x = 0 , z = 0 (Tile wise) it works but on everyother it dosent
how come?!!
this is very confusing if i want to edit the matrix in real time ...
if you can help , pls
thank you for your time
)
nadav.
Edit:::::
this is the code im using after setting up the matrix and raising some tiles and stuff.
float ObjectHeightFix = 0.0f;
...
...
...
...
ObjectHeightFix = dbGetMatrixHeight(1,dbObjectPositionX(1),dbObjectPositionZ(1));
id 1 = the main object which is a cone showing what vertex to edit now .
i can use GetMatrixHeight , but i want to know why this one dosent work