瀏覽代碼

Update csm frustums when resizing window

Garrett Johnson 5 年之前
父節點
當前提交
973e03e84c
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/webgl_shadowmap_csm.html

+ 1 - 0
examples/webgl_shadowmap_csm.html

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