()
| 3774 | } |
| 3775 | |
| 3776 | private static void resizeShadow() |
| 3777 | { |
| 3778 | needResizeShadow = false; |
| 3779 | shadowMapWidth = Math.round((float)spShadowMapWidth * configShadowResMul); |
| 3780 | shadowMapHeight = Math.round((float)spShadowMapHeight * configShadowResMul); |
| 3781 | setupShadowFrameBuffer(); |
| 3782 | } |
| 3783 | |
| 3784 | private static void setupFrameBuffer() |
| 3785 | { |
no test coverage detected