Counter 't' is not incremented in drawPoly() #5
Labels
No Label
bug
documentation
duplicate
enhancement
feature request
good first issue
help wanted
invalid
need checking
question
todo
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: ABelliqueux/3dcam-headers#5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
t
is not incremented, thus always 0.This means that only the first mesh type is checked, and the following meshes are assumed to have the same type.
It works because the test mesh only has tris or quads, but won't work with mixed meshes.
85cab5c47e/src/graphics.c (L17-L27)