Blitz Toolbox/3D World Editors/TerraEd Pro
TerraEd Pro by Filaxhttp://www.blitz3dfr.com/portal_joomla/index.php?option=com_content&task=view&id=17&Itemid=42&lang=en |
About
Introduction :--------------
TerraEd Pro is a software allowing you to handle blitz terrains very easily.
You can import your 3D objects (.3ds, .b3d, .x) and position, rotate and scale
them with the mouse. Then you can save your map and use it in Blitz very easily
thanks to a few lines of code !
Example :
---------
Global Camera=TER_CreateCamera(0,0,0)
TER_InitTerraEd(Camera,False)
.......
Demo_Splash=LoadImage(".\TerraEd_Map/Demo Splash.jpg")
TER_LoadTerraEdScene("Demo_Map.Ted",True,Demo_Splash)
.......
TER_UpdateTerrain()
Would you like to plant a forest ? lay lawn on a terrain ? 3 mouse clicks and
you are done !
You can generate the 'colormap' of your terrain as well as the 'shadow map'
to give more depth to your creations. Explore the possibilities of the new TerraEd
colormap generator !
With TerraEd you can create your own 'heightmaps' easily using the mouse thanks to
a very intuitive tool TerraFormat (included in the TerraEd package).
The current TerraFormat Version is still undergoing developement, as TerraEd
demanded a lot of work a new TerraFormat version will be sent to you later.
Here is a small list of all the TerraEd pro features :
---------------------------------------------------
- Multi undo / redo.
- Multi terrains (for MMORPG).
- Import Terragen TER or RAW8 files to create your maps.
- Volumetric clouds to liven up your maps.
- A better interface, faster and more intuitive.
- Create beautiful colormaps from various texture layers.
- Enhanced handling a your maps with Blitz3D thanks to the new functions of the TerraEd SDK !
- You can easily use all your objects in your maps, there's nothing static in TerraEd !
- Complete documentation in 2 languages (English, French).
- And much more !
Unlimited and free updates...
More informations here :
------------------------
http://www.blitz3dfr.com
(Sharewares => Utilities => TerraEd Pro)
Screenshoot :
-------------




My Worklog :
------------
http://www.blitzbasic.com/logs/userlog.php?user=2162&log=610

