xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

UINT32_INDICES undefined when using large meshes #120

Closed csvurt closed 9 years ago

csvurt commented 9 years ago

An error Mesh Error: Cannot read property 'UINT32_INDICES' of undefined is thrown when attempting to use the OES_element_index_uint extension to render meshes with index count larger than 65535. This is probably a cyclic dependency in the require chain.