L3DT development blog
Large 3D terrain generator

L3DT v2.5b release announcement

Date: 7th of November 2007

L3DT release 2.5b

Hi Everyone,

I'm delighted to announce that L3DT release 2.5b is now available for download.

This is a free upgrade for absolutely everyone. Users of L3DT Standard Edition can download the update from here, and users of the Professional and Pro for Torque editions should consult their sales/registration e-mails for the appropriate download links.

The many and varied improvements in L3DT 2.5b are listed in the change log and explained below.

The 'L3DT for Torque' update has been delayed in QA, and will be released ASAP.

Sapphire 3D renderer

There have been numerous improvements to the Sapphire 3D renderer/editor. Firstly, there are three new terrain brushes:

  1. Bulldozer, for making roads,
  2. Smooth, for smoothing, and;
  3. Perlin, for roughening / adding noise.

Also, the texture management system has been improved to allow support for megatextures. Here are a few screenshots of Sapphire rendering a 32k×32k texture on a 1k×1k heightmap:

mega4.jpg mega8.jpg
For more pretty pictures of L3DT 2.5b in operation, please click here, here or here.

The texture limit for Sapphire is the same as for L3DT; 2k×2k for L3DT Standard, and 2M×2M for L3DT Professional. However, when using high texture resolutions (16x or larger), there are a few tips to be followed.

Other changes to Sapphire include:

  • User-changeable keybindings for function hot-keys.
  • An improved teleport dialog, with ability to store/recall preset camera positions.
  • Various new rendering options (please consult Sapphire's menu for the list).

Since Sapphire now does everything that L3DTVi2 did (and more), the old renderer has been removed from the installation package. L3DTVi2 is dead! Long live Sapphire!

Spring support (L3DT Pro)

L3DT Professional now includes plugins for both importing and exporting SMF and SMT map files for Spring (see guide here). Here are two example maps, firstly showing an L3DT map exported to Spring (left), and secondly showing a Spring map imported into L3DT (right):

L3DT map in Spring! Spring map in L3DT!
www.bundysoft.com_coppermine_albums_userpics_normal_springmap1.jpg www.bundysoft.com_coppermine_albums_userpics_normal_smalldivide_screenshot.jpg

There are a few differences between using this plugin and using MapConv:

  1. The plugin will automatically 'bake' metal patches onto the texture and metal map for you (see this guide).
  2. The plugin does not do MapConv's texture tile compare/replace operation, so the SMTs don't have tiling artefacts (e.g. pinstriping). However, L3DT's exports are larger on disk as a result.
  3. The exporter supports heightmaps up to 128k×128k pixels, and textures up to 2M×2M pixels, all using L3DT's mosaic map system. Thus, there is no 600MB image limit, as in MapConv.

However, the Spring plugins are still a work in progress. They do not support vegetation maps, nor feature placement (other than metal patches), and the whole UI is a bit clunky. Work is ongoing.

File input and output

L3DT v2.5b adds support for some popular formats, including:

  • DirectDraw surface (DDS), for textures, alpha maps, etc.
  • Lightwave object file (OBJ), for terrain mesh files (export only, supports tiling).
  • Compressed heightfield file (HFZ), the new default for storing heightmaps with L3DT (discussed below).

Also, I've added to L3DT Professional the ability to read and write ultra-large single TER, BT, HFF and HFZ terrain files, which can be up to to 131,072×131,072 pixels in size. That amounts to 64 gigabytes in memory per map, but since it's all done behind the scenes using disk-paged mosaic maps, L3DT will only need about 64 megabytes of RAM to import or export each map file. The same system is also used to export (but not import) ultra-large single files in most other supported formats, excluding the common image formats.

Also, L3DT Professional will now load and display large mosaic maps much faster than before thanks to some improvements in the storage and persistence of mipmaps (see weblog for June 12). This applies only to map projects saved by L3DT 2.5b, so it will not accelerate the loading/display of maps from L3DT v2.5a or older until you load and re-save them in L3DT v2.5b.

Backup/restore

There is a new plugin to backup and restore maps in L3DT, which represents the start of the effort to add 'undo' to L3DT. At the moment, you have to perform the backup and restore manually, using these handy toolbar buttons:

:l3dt:2007:nov:backuprestore.png The backup and restore buttons.

…or you can use the 'Edit→Backup active map' and 'Edit→Restore to last backup' menu options. These functions are also available in Sapphire's menu too.

Compressed heightfield files

The default file format for heightfields in L3DT has been changed from the old uncompressed 16-bit precision HFF file to the new variable-compression/precision HFZ format. Typically, HFZ will use about ~30% less space than HFF/BT/TER files, but the savings may be greater depending on the contents of the map and the desired height precision. Also, HFZ supports extensible header metadata such as georeferencing extents, which makes it a nice format for data-exchange between terrain applications. Indeed, that's why the format was invented (read all about its origins on TMS).

New and updated climates

I previewed the new climates earlier in the week, but here is the eye-candy again for those who missed it:

:l3dt:2007:nov:greenworld_800.jpg 'Spring-Greenworld', by Forboding Angel.
:l3dt:2007:nov:desertworld_800.jpg 'Spring-Desertworld', by Forboding Angel.
:l3dt:2007:nov:mars_800.jpg 'Spring-Mars', by Forboding Angel.
:l3dt:2007:nov:tropical_800.jpg 'Tropical', by yours truly.
:l3dt:2007:nov:demo-grs_800.jpg 'Demo-grass-rock-sand', by the same.

Custom map layers

L3DT now allows you to import custom map layers into your map project using the 'File→Import→Custom map layer' menu option (user guide). Similarly, you can create new blank custom map layers using the 'Utilities→New map layer' menu option (user guide). I'm sure that ingenious users will find many purposes for these new features, especially in combination with Python scripting (thanks Carl!).

Other stuff

As always, there have been numerous other UI tweaks, bug fixes, and additions to the plugin API (now at Zeolite version 2.5.2).

There are also some experimental/unofficial plugins available for separate download, including:

  • atRainMaker – an alpha-release of a rain/river modelling plugin.
  • atCalc_FFT – a plugin for calculating fast Fourier transforms of heightfields (plus inverse transforms).
  • atLightMapSequence – a plugin for generating a sequence of light maps using different sun angles, colours, etc.
  • Spherical distort – a plugin for distorting the heightmap and water map as if it were on a sphere.
  • ExportToTV3D – a plugin for exporting the heightfield and texture in a format convenient for the TrueVision3D engine.
  • L3DTio_WMPRO – a plugin for importing a heightmap tile-set from World Machine Pro (TER format only).
  • L3DTio_BigBitmap – a plugin for exporting maps as single bitmaps up to 2M×2M pixels in size.

If you'd like to try your hand at writing a plugin, please have a read of the making a plugin tutorial.

Documentation

As always, a walk-through guide is provide within the L3DT executable itself to help new users to become acquainted with map building in L3DT.

Complete documentation is available on-line in BundyDocs, the official Bundysoft documentation repository. Specific usage tutorials - such as “How to use L3DT with [X]” - are also available in the users' tutorials wiki.

Finally, a small number of pages are available in off-line PDF form, including the table of L3DT keyboard shortcuts, Sapphire controls, and several tutorials. More off-line documentation will be provided as time allows.

Plans for the next release

With this release, I've completed everything I wanted to do in the L3DT 2.5X series. Thus, the next release of L3DT will move along a version number, to 2.6. The current dev plan for v2.6 is very long indeed, but my expectation is that we'll be seeing some or all of the following changes:

  • Better support for Vista's user mode.
  • A properly working WINE/Linux version.
  • Support for blended Atlas terrain exports for TGEA.
  • Changes and upgrades to the climate/texturing system, and the user interface thereof.
  • The addition of some new terrain algorithms, plus the ability to add your own terrain algorithms (via plugins).
  • Multithreading of the attributes map calculation, and possibly some heightfield algorithms too.
  • More brushes in Sapphire (e.g. channelling erosion).

Disclaimer: As always, I will reserve the right to add and remove items from this development plan without notice. It is provided only as a guide to what I would like to achieve with the next release, and not as a promise of features that will be delivered.

Feedback

If you'd like to comment on this release, or on the development plan for v2.6, please do so in this forum thread.

2011/01/13 07:34
 
l3dt/ann/v2.5b.txt · Last modified: 2017/08/31 06:17 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Share Alike 3.0 Unported
L3DT Development Blog RSS Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki