Skip to content

Commit

Permalink
Rename SourceRadius to SoftShadowRadius (to match VKDoom)
Browse files Browse the repository at this point in the history
  • Loading branch information
nashmuhandes authored and madame-rachelle committed Jun 15, 2024
1 parent c693e3b commit 13b9ffd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion specs/udmf_zdoom.txt
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ Note: All <bool> fields default to false unless mentioned otherwise.

lm_sampledist = <int>; // ZDRay lightmap sample distance for the entire map. Defines the map units each lightmap texel covers. Must be in powers of two. Default = 8
lm_suncolor = <string>; // ZDRay lightmap sun color in hex. Default = "FFFFFF"
SourceRadius = <float>; // ZDRay lightmap light and raytraced dynamic light soft shadow amount. Higher values produce softer shadows. Default = 5.0
SoftShadowRadius = <float>; // ZDRay lightmap light and raytraced dynamic light soft shadow amount. Higher values produce softer shadows. Default = 5.0

friendlyseeblocks = <int>; // How far (in block units) a friendly monster can see other monsters. Default 10

Expand Down
2 changes: 1 addition & 1 deletion src/namedef_custom.h
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ xx(lm_suncolor)
xx(lm_sampledist)

// Light keywords
xx(SourceRadius)
xx(SoftShadowRadius)

xx(skew_bottom_type)
xx(skew_middle_type)
Expand Down

0 comments on commit 13b9ffd

Please sign in to comment.