Skip to content
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

Issues on loading large obj files #9

Open
MukundSutrave opened this issue Feb 21, 2019 · 3 comments
Open

Issues on loading large obj files #9

MukundSutrave opened this issue Feb 21, 2019 · 3 comments

Comments

@MukundSutrave
Copy link

MukundSutrave commented Feb 21, 2019

engine.zip

I get the following error when loading large obj files. I have attached the concerned obj file and the code file as well.
3d_render.zip

kivy.graphics.vertex_instructions._ensure_ushort_view OverflowError: value too large to convert to unsigned short

@kpiorno
Copy link
Owner

kpiorno commented Feb 27, 2019

Hi @MukundSutrave, I'll check the issue soon. Thanks.

@moonpyx
Copy link
Contributor

moonpyx commented Oct 14, 2020

Hi @kpiorno, @MukundSutrave make some adjustments to accept objects that exceed the limit of 65535 kivy indices and manage to load large objects, it is necessary to improve load performance but it is a step

this is PR #12

@kpiorno
Copy link
Owner

kpiorno commented Oct 14, 2020

@jeyfrinjulian It looks good 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants