2
0
Эх сурвалжийг харах

Update csm frustums when resizing window

Garrett Johnson 5 жил өмнө
parent
commit
973e03e84c

+ 1 - 0
examples/webgl_shadowmap_csm.html

@@ -212,6 +212,7 @@
 					camera.updateProjectionMatrix();
 
 					updateOrthoCamera();
+					csm.updateFrustums();
 
 					renderer.setSize( window.innerWidth, window.innerHeight );