View Issue Details

IDProjectCategoryView StatusLast Update
0002276The Dark ModCodingpublic27.10.2011 05:15
Reportertels Assigned Totels  
PrioritynormalSeveritynormalReproducibilityN/A
Status closedResolutionfixed 
Platformx86_64OSLinuxOS VersionKubuntu 7.10
Product VersionTDM 1.03 
Fixed in VersionTDM 1.04 
Summary0002276: Improve the LOD system
DescriptionThe current LOD system consists of only two levels: 0 (original model), and 1 (hide entity). We want to improve this system, so it:

* covers more levels
* can turn off shadows, expensive shaders, or lights
* does not waste too much time checking (in case we have thousand entities)
* allows grouping (or entity re-using) so we can have scenes with ten thousand entities where always only a few hundred are visible to the player)
Additional InformationWiki: http://modetwo.net/darkmod/wiki/index.php?title=LOD
Forum (internal): http://modetwo.net/darkmod/index.php?/topic/11281-improve-the-lod-system/page__view__getnewpost__fromsearch__1
Forum, public, that started this: http://modetwo.net/darkmod/index.php?/topic/11272-lod-system-ala-ground-zero-mod/page__view__getnewpost__fromsearch__1
TagsNo tags attached.

Activities

tels

tels

20.06.2010 14:17

reporter   ~0003075

TODO: Make the system work with the spyglass (look at FOV change?)
tels

tels

22.06.2010 17:28

reporter   ~0003091

* multiple stages are implemented (currently 7, including original and hide stage)
* cvar tdm_lod_bias is implemented and can be set via the GUI to modify the distance where the LOD stages happen, giving the player the ability to decide between visual quality and performance.
* hide_probability is implemented, making it possible to only hide a fraction of all (the same) entities
tels

tels

14.01.2011 13:03

reporter   ~0003453

This should be fixed nwow. See also: http://bugs.angua.at/view.php?id=2495

Issue History

Date Modified Username Field Change
20.06.2010 14:16 tels New Issue
20.06.2010 14:16 tels Status new => assigned
20.06.2010 14:16 tels Assigned To => tels
20.06.2010 14:17 tels Note Added: 0003075
22.06.2010 17:28 tels Note Added: 0003091
25.10.2010 12:23 greebo Target Version TDM 1.03 =>
14.01.2011 13:03 tels Note Added: 0003453
14.01.2011 13:03 tels Status assigned => resolved
14.01.2011 13:03 tels Fixed in Version => TDM 1.04
14.01.2011 13:03 tels Resolution open => fixed
27.10.2011 05:15 greebo Status resolved => closed