Try to improve instancing shadows
This commit is contained in:
@@ -33,7 +33,8 @@ sizeFBOs xsize ysize xfull yfull rdata = do
|
||||
foldM (updateFBOTO2 xsize ysize GL_NEAREST GL_NEAREST GL_RGBA8 GL_RGBA16F) rdata [fboBase, fboCloud]
|
||||
>>= flip
|
||||
(foldM (updateFBOTO xsize ysize GL_NEAREST GL_NEAREST GL_RGBA8))
|
||||
[fboColor, fboLighting, fboLightingHigh]
|
||||
[fboColor, fboLighting]
|
||||
--[fboColor, fboLighting, fboLightingHigh]
|
||||
rdata'' <-
|
||||
foldM
|
||||
(updateFBOTO xsize ysize GL_LINEAR_MIPMAP_LINEAR GL_LINEAR GL_RGBA16F)
|
||||
|
||||
Reference in New Issue
Block a user