User Tools

Site Tools


etm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
etm [2007/05/15 20:50]
cabalistic created
etm [2015/08/23 13:06] (current)
Line 1: Line 1:
 ====== Editable Terrain Manager ====== ====== Editable Terrain Manager ======
  
 +==== About ====
 The Editable Terrain Manager is an addon library for OGRE which manages and displays terrain based on heightmap data. It can be used as a replacement for the Terrain Scene Manager, but its main advantage is the edit possibility for the terrain: You can deform and set the terrain heights in real time, as you would need to if you are developing an editor application. The Editable Terrain Manager is an addon library for OGRE which manages and displays terrain based on heightmap data. It can be used as a replacement for the Terrain Scene Manager, but its main advantage is the edit possibility for the terrain: You can deform and set the terrain heights in real time, as you would need to if you are developing an editor application.
 In addition, the library also has means to support editable splatting, probably the current standard for detailed terrain texturing. In addition, the library also has means to support editable splatting, probably the current standard for detailed terrain texturing.
Line 6: Line 7:
 All of the parts have been designed to be as flexible as possible and do not even depend upon each other. That means you don't need to use splatting if you don't want to - or you can use that part with a different terrain renderer. Unlike OGRE's TSM, it's not a scene manager, either, so you could (in theory) choose whatever scene manager you like. All its headers are light-weight, using the PIMPL idiom to hide costly implementation details. All of the parts have been designed to be as flexible as possible and do not even depend upon each other. That means you don't need to use splatting if you don't want to - or you can use that part with a different terrain renderer. Unlike OGRE's TSM, it's not a scene manager, either, so you could (in theory) choose whatever scene manager you like. All its headers are light-weight, using the PIMPL idiom to hide costly implementation details.
  
-Get code here: [[http://downloads.oddbeat.de/ETSM_public_v1.zip|ET Scene Manager public release v1 sources]] 
  
 +
 +
 +
 +
 +==== Get it ====
 +There are currently no precompiled binaries available. You will have to compile it from code yourself. The library was tested against OGRE v1.4.x.
 +Buildfiles are included for Visual Studio 2005 and CodeBlocks (for MinGW and GCC/Linux). A very basic Makefile for Linux is also included.
 +
 +Get the source code here: [[http://downloads.oddbeat.de/ETMv2.3.1_source.zip|Editable Terrain Manager v2.3.1 sources]]
 +
 +
 +
 +==== License ====
 +ETM is released under the terms of the [[http://www.gnu.org/licenses/old-licenses/gpl-2.0.html|GPL v2]] with [[http://gcc.gnu.org/onlinedocs/libstdc++/17_intro/license.html|runtime exception]]. This means that you can use the library free of charge or any other obligation in any of your projects, be they open or closed source, commercial or not. You can link dynamically or statically, whatever you like. Only if you modify the library itself, then you must release those changes under the terms of the GPL.
 +
 +
 +
 +
 +==== Documentation ====
 +Included in the source code is a demo application which I suggest you check out. It demonstrates most of the library's features, and from there you should be able to figure the rest out. A function reference is included as well, but you can also find it online here: [[http://www.oddbeat.de/etmdocs/namespace_e_t.html|ETM API reference]]
 +I've also written on overview over the components of the library, which you can find here: [[etm:overview|ETM Overview]]
 +
 +==== Support ====
 +Got any questions about ETM? Do you experience problems with the library? Do you have feature requests? Or do you just want to say thanks? :) The right place to express either is in the Ogre addon forum for ETM, which you can find here: [[http://www.ogre3d.org/phpBB2addons/viewforum.php?f=16|ETM forum]]
 +
 +
 +==== Screenshots ====
 {{etsm_demo.jpg|}} {{etsm_demo.jpg|}}
 +
 +{{etminimap.jpg|}}
 +
 +{{etmv23.jpg|}}
etm.1179255005.txt.gz ยท Last modified: 2015/08/23 13:05 (external edit)