Hi all,
I have an editor I am creating to learn 3d programming, and everything is fine, but I can't seem to get the Terrain to go any higher then just 1 point. Can anyone help me out? :)
Here's my section of code that modifies the terrains height,
it's very basic! :(
Ta.
See very hardcore! - I can't seem to get it to keep raising the terrain, no matter what I put in place of the '1'.
TIA.
I have an editor I am creating to learn 3d programming, and everything is fine, but I can't seem to get the Terrain to go any higher then just 1 point. Can anyone help me out? :)
Here's my section of code that modifies the terrains height,
it's very basic! :(
Ta.
If(KeyDown(57)) Then ModifyTerrain Terrain,EntityX(EdCursor),EntityZ(EdCursor),1,True EndIf
See very hardcore! - I can't seem to get it to keep raising the terrain, no matter what I put in place of the '1'.
TIA.