Explorar el Código

actually use buffer geometry.

Lucas Stadler %!s(int64=12) %!d(string=hace) años
padre
commit
8c8c29546d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
				}