-
Notifications
You must be signed in to change notification settings - Fork 65
List indexing polygon conversion #915
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
base: master
Are you sure you want to change the base?
Conversation
break; | ||
} | ||
default: | ||
assert(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a return nullptr
after
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cause non-Debug builds will never assert
Rember to build or Use CI to check before labelling things as merge ready
(also whenever you actually have a test/example run it cause CI doesn't run tests yet - just checks buildability). |
Create a method in polygon manipulator that turn any non triangle list geometry to triangle list geometry.