Sfoglia il codice sorgente

WebGLRenderer: Reset _currentGeometryGroupHash at the beginning of the frame.

Mr.doob 11 anni fa
parent
commit
8fba64ca66
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/renderers/WebGLRenderer.js

+ 1 - 0
src/renderers/WebGLRenderer.js

@@ -3352,6 +3352,7 @@ THREE.WebGLRenderer = function ( parameters ) {
 
 		// reset caching for this frame
 
+		_currentGeometryGroupHash = - 1;
 		_currentMaterialId = - 1;
 		_currentCamera = null;
 		_lightsNeedUpdate = true;