فهرست منبع

Update RenderObject.js

mrdoob 1 سال پیش
والد
کامیت
da2564f323
1فایلهای تغییر یافته به همراه0 افزوده شده و 2 حذف شده
  1. 0 2
      src/renderers/common/RenderObject.js

+ 0 - 2
src/renderers/common/RenderObject.js

@@ -522,8 +522,6 @@ class RenderObject {
 
 		}
 
-		//const instanceCount = geometry.isInstancedBufferGeometry ? geometry.instanceCount : ( object.count !== undefined ? Math.max( 0, object.count ) : 1 );
-
 		if ( instanceCount === 0 ) return null;
 
 		drawParams.instanceCount = instanceCount;

粤ICP备19079148号