We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2b8e9 commit 9fdefd5Copy full SHA for 9fdefd5
1 file changed
remote/remote.html
@@ -189,7 +189,7 @@
189
190
// Since the indexes are 16 bit, we cannot have more than 65536 vertices
191
// at the same time.
192
- const MAX_VERTICES = 4*65535;
+ const MAX_VERTICES = 8*65535;
193
194
const indexArray = new Uint16Array ( MAX_VERTICES );
195
// 20 bytes per vertex. We cannot have more veritices than the index array
0 commit comments