sp4cerat / Fast-Quadric-Mesh-Simplification

Mesh triangle reduction using quadrics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

raise error when load_obj()

STILLMOREzzz opened this issue · comments

0xC0000005: Access violation while reading location 0x00000000. is the detail.
The model has 147889 vertices and 28111 faces, and I set the process_uv is true when using load_obj().
How to solve this problem?

The wrong place is "triangles[i].uvs[j] = uvs[uvMap[i][j]];"