I try L3dt, and it's work perfectly, but i need to know how can i put the map in blitz3d.. I know i know i am a newbye :)
Aza
Very blunt, be more specific
I created the map, but after then?
I can export in many format, i'll try everything but it's not working.. I think i must do it with heightmap am i right?
Try to export in .X format (I've seen on the website that this is supported using the plugin L3DTio_X) and load it into Blitz3D using LoadMesh.
Blitz3D loads .X, so no problem there.
Well, Blitz3D can load the directX7 version of the X format. Most of todays bigger 3D apps will export directX8 or 9 compatible meshes only.
You may have to use a converter. UltimateUnwrap seems to be the best one, but it will cost a few bucks. Free solutions may be Fragmotion, or Blender with the latest B3D export plugin, as mentioned in "content creation tools" (AFAIR).