Skip to content

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

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

kevyuu
Copy link
Contributor

@kevyuu kevyuu commented Aug 19, 2025

Create a method in polygon manipulator that turn any non triangle list geometry to triangle list geometry.

break;
}
default:
assert(false);

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

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

@devshgraphicsprogramming
Copy link
Member

Rember to build or Use CI to check before labelling things as merge ready

C:\mount\nabla\include\nbl/asset/utils/CPolygonGeometryManipulator.h(105): error C3487: 'nbl::asset::IBuffer::E_USAGE_FLAGS': all return expressions must deduce to the same type: previously it was 'nbl::core::bitflag<nbl::asset::IBuffer::E_USAGE_FLAGS>'

(also whenever you actually have a test/example run it cause CI doesn't run tests yet - just checks buildability).

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

Successfully merging this pull request may close these issues.

2 participants