better shadow for wall-stickers

This commit is contained in:
minjaesong
2024-11-30 20:52:52 +09:00
parent bf626e35da
commit 450129f650
4 changed files with 80 additions and 3 deletions

View File

@@ -525,7 +525,7 @@ object IngameRenderer : Disposable {
actorsRenderBehind?.forEach { it.drawBody(frameDelta, batch) }
}
}
BlurMgr.makeBlur(fboRGBactorsBehind, fboRGBactorsBehindShadow, 0.25f)
BlurMgr.makeBlurSmall(fboRGBactorsBehind, fboRGBactorsBehindShadow, 1f)
fboRGBactorsMiddle.inAction(camera, batch) {
clearBuffer()