Skip to content

OBJ loader assuming triangles #56

Open
@cadop

Description

There is an assumption of triangles, can cause issues later for bvh.

num_faces += shapes[s].mesh.indices.size() / 3;

Need to double check we never get here without converting to triangles

void IndexRawVertices(

Metadata

Assignees

Labels

bug lightA bug that isn't a priorityenhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions