Lucas Stadler лет назад: 12
Родитель
Сommit
8c8c29546d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      js/pixl/public/thrixl.html

+ 1 - 1
js/pixl/public/thrixl.html

@ -167,7 +167,7 @@
167 167
				var chunk = trixl.chunks[key];
168 168
				if (chunk.dirty) {
169 169
					group.remove(chunk.geometry);
170
					chunk.geometry = trixl.toGeometry(chunk);
170
					chunk.geometry = trixl.toBufferGeometry(chunk);
171 171
					chunk.dirty = false;
172 172
					group.add(chunk.geometry);
173 173
				}