Explorar el Código

WebGLRenderer: Update buffers when using morphTargets.

Mr.doob hace 10 años
padre
commit
82c9f6517c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      src/renderers/WebGLRenderer.js

+ 2 - 0
src/renderers/WebGLRenderer.js

@@ -1066,6 +1066,8 @@ THREE.WebGLRenderer = function ( parameters ) {
 
 			}
 
+			updateBuffers = true;
+
 		}
 
 		if ( object instanceof THREE.Mesh ) {