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

Reset numIntersection in projectPlanes()

Ricardo Reiter 5 жил өмнө
parent
commit
cf9357b8e1

+ 1 - 0
src/renderers/webgl/WebGLClipping.js

@@ -153,6 +153,7 @@ function WebGLClipping() {
 		}
 
 		scope.numPlanes = nPlanes;
+		scope.numIntersection = 0;
 
 		return dstArray;