Selecting Vertexs with terrains...

Blitz3D Forums/Blitz3D Programming/Selecting Vertexs with terrains...

Flame(Posted 2007) [#1]
Ok, I'm trying to make a terrain editor in blitz 3D. I want it to use CreateTerrain() and I want it to you can use the mouse to select the different points of the map. The only problem is...I have no idea how to do that. Can anyone lend me a hand with this? Basically I want it to run like the EditTerrain Demo in Blitz 3D but with the mouse and a pointer in a window.

Generally I don't run into problems but sadly this is a first for me... Any info would be great.

-Flame The Great


b32(Posted 2007) [#2]
You could use EntityPickMode, then convert the picked x/y/z coordinate to the terrain using TFormPoint: