Rename SourceRadius to SoftShadowRadius
This commit is contained in:
parent
1f8c617e4f
commit
1a89307ee7
17 changed files with 30 additions and 30 deletions
|
|
@ -674,7 +674,7 @@ void VkLevelMeshUploader::UploadLights()
|
|||
info.OuterAngleCos = light.OuterAngleCos;
|
||||
info.SpotDir = SwapYZ(light.SpotDir);
|
||||
info.Color = light.Color;
|
||||
info.SourceRadius = light.SourceRadius;
|
||||
info.SoftShadowRadius = light.SoftShadowRadius;
|
||||
*(lights++) = info;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue