Rename SourceRadius to SoftShadowRadius

This commit is contained in:
nashmuhandes 2024-06-15 18:08:37 +08:00
commit 1a89307ee7
17 changed files with 30 additions and 30 deletions

View file

@ -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;
}