Andrea Gargaro 1 год назад
Родитель
Сommit
239b639fbb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/objects/BatchedMesh.js

+ 1 - 1
src/objects/BatchedMesh.js

@@ -206,7 +206,7 @@ class BatchedMesh extends Mesh {
 
 	_initColorsTexture() {
 
-		let size = Math.sqrt( this._maxIndexCount );
+		let size = Math.sqrt( this._maxInstanceCount );
 		size = Math.ceil( size );
 
 		// 4 floats per RGBA pixel initialized to white

粤ICP备19079148号