-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drawElements #11
Comments
It seems to be available only as a non standard extension: OES_element_index_uint |
Chrome and FireFox are both based on ANGLE, and support it. IE11 does not. http://renderingpipeline.com/webgl-extension-viewer/ On Wed, Jul 23, 2014 at 11:22 AM, Raymond Hulha [email protected]
|
They've been pretty good about fixing other limitations. I'm sure they'll Here's an old one ... On Wed, Jul 23, 2014 at 5:36 PM, John Davis [email protected]
|
Status went to active, they're fixing it in ie11. |
Ok Ok, you convinced me :-) I added support for the OES_element_index_uint WebGL extension. Enable this with |
Thanks Raymond! On Thu, Aug 7, 2014 at 5:58 PM, Raymond Hulha [email protected]
|
Somehow, the user needs to be able to control the sizeof for the indices in drawElements. Perhaps a flag in Mesh? Currently we're limited to 64k indices, need to be able to handle larger meshes, ie UNSIGNED_INT
The text was updated successfully, but these errors were encountered: