Skip to content

Commit

Permalink
Implement Spot Light Shadows (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
datacrystals committed Jun 14, 2022
1 parent 18ef76d commit a47c6be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ERS_CLASS_DepthMaps::ERS_CLASS_DepthMaps(ERS_STRUCT_SystemUtils* SystemUtils, ER
SystemUtils_->Logger_->Log("Initializing Viewport Overlay Subsystem", 5);

// Create Array Texture For Depth Maps
RegenerateDepthMapTextureArray(64, 2048, 2048);
RegenerateDepthMapTextureArray(64, SystemUtils_->RendererSettings_->ShadowMapX_, SystemUtils_->RendererSettings_->ShadowMapY_);


}
Expand Down

0 comments on commit a47c6be

Please sign in to comment.