We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73c0e3 commit fb2b8e9Copy full SHA for fb2b8e9
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 = 65535;
+ const MAX_VERTICES = 4*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