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

Implement geometry generation for GND ground mesh sections #230

Merged
merged 2 commits into from
Dec 17, 2023

Conversation

rdw-software
Copy link
Member

@rdw-software rdw-software commented Dec 15, 2023

WIP since it's too large to do in one PR. Still in the process of splitting off some parts and adding more testing...

Resolves #199 (after all the individual parts have been integrated and cleaned up).

@rdw-software rdw-software force-pushed the 199-ground-mesh-rendering branch 6 times, most recently from bfdd5d8 to d716673 Compare December 17, 2023 20:14
Lightmaps and normals are still missing, but can easily be added later.

After much trial and error, the current approach seems to be the best in terms of both extensibility and performance. It's probably not exactly optimal still, but I'll accept a worst-case generation time of 200ms for schg_dun01 as "good enough" for now.
@rdw-software rdw-software force-pushed the 199-ground-mesh-rendering branch from d716673 to eaee813 Compare December 17, 2023 20:40
@rdw-software rdw-software marked this pull request as ready for review December 17, 2023 20:41
@rdw-software rdw-software force-pushed the 199-ground-mesh-rendering branch from eaee813 to 32968ae Compare December 17, 2023 20:43
I don't think anything else is feasible here, there's too much data.
@rdw-software rdw-software force-pushed the 199-ground-mesh-rendering branch from 32968ae to 7774f58 Compare December 17, 2023 20:45
@rdw-software rdw-software merged commit 258f545 into main Dec 17, 2023
5 checks passed
@rdw-software rdw-software deleted the 199-ground-mesh-rendering branch December 17, 2023 20:59
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.

Implement ground mesh generation from GND cube grids
1 participant