View Issue Details

IDProjectCategoryView StatusLast Update
0004779The Dark ModGraphicspublic08.12.2019 05:11
Reporternbohr1more Assigned Tonbohr1more  
PrioritynormalSeveritynormalReproducibilityalways
Status resolvedResolutionfixed 
Product VersionSVN 
Target VersionTDM 2.06Fixed in VersionTDM 2.06 
Summary0004779: Resized models have overblown specular in GLSL enhanced ambient
DescriptionIn 2.06 beta, it was discovered that models resized with the "rotation hack" produce overblown specular in enhanced ambient (GLSL).

See here:

http://forums.thedarkmod.com/topic/19162-beta-testing-206/page-32#entry420175
TagsNo tags attached.

Relationships

related to 0004970 resolvedstgatilov Avoid problems with rotation-resized models 

Activities

nbohr1more

nbohr1more

23.04.2018 02:52

developer   ~0010388

Revision 15186

Clamp specular power to 1.1

float specPow = clamp((spec*spec), 0.0, 1.1);

Issue History

Date Modified Username Field Change
23.04.2018 02:49 nbohr1more New Issue
23.04.2018 02:49 nbohr1more Status new => assigned
23.04.2018 02:49 nbohr1more Assigned To => nbohr1more
23.04.2018 02:52 nbohr1more Note Added: 0010388
23.04.2018 02:52 nbohr1more Status assigned => feedback
27.04.2018 14:16 nbohr1more Status feedback => resolved
27.04.2018 14:16 nbohr1more Resolution open => fixed
27.04.2018 14:16 nbohr1more Fixed in Version => TDM 2.06
08.12.2019 05:11 nbohr1more Relationship added related to 0004970