Skip to content
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

Concave polygon #18

Merged
merged 31 commits into from
Dec 16, 2023
Merged

Concave polygon #18

merged 31 commits into from
Dec 16, 2023

Conversation

JonathSpirit
Copy link
Owner

@JonathSpirit JonathSpirit commented Oct 23, 2023

Add the ability to decompose a concave polygon to multiple convex ones. This allow complex shapes for the light system.

This also fix some vulkan issue that appear (on my case) on AMD gpu

@JonathSpirit JonathSpirit added this to the v0.9.2 milestone Oct 23, 2023
@JonathSpirit JonathSpirit self-assigned this Oct 23, 2023
@JonathSpirit JonathSpirit linked an issue Oct 23, 2023 that may be closed by this pull request
JonathSpirit and others added 25 commits October 24, 2023 18:51
- add IsVertexInCone
- add DotSquare
- add GetHandedness
- this fix a problem in createMultiUseDescriptorPool()
…g a new pool

- fix pool throwing "out of pool memory" with only 1 element
…ot relevant, not safe and can provide graphical glitch
@JonathSpirit JonathSpirit marked this pull request as ready for review December 16, 2023 12:00
@JonathSpirit JonathSpirit merged commit bb65160 into master Dec 16, 2023
5 checks passed
@JonathSpirit JonathSpirit deleted the concavePolygon branch December 22, 2023 11:50
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.

lights: Concave shapes doesn't work
1 participant