[DiscordArchive] So you're wanting to read each MARE chunk then?
[DiscordArchive] So you're wanting to read each MARE chunk then?
Archived author: Go'Vic.Ϻέψ • Posted: 2021-07-26T20:04:05.628000+00:00
Original source
So you're wanting to read each MARE chunk then?
![[Image: unknown.png?ex=690c5676&is=690b04f6&hm=0...a4fca1038&]](https://cdn.discordapp.com/attachments/408013572430626817/869309123819352134/unknown.png?ex=690c5676&is=690b04f6&hm=0930168d2d7e79d3d1e7bf97f0eeb2af8e7ee758b82bc416cbf28aca4fca1038&)
Archived author: Go'Vic.Ϻέψ • Posted: 2021-07-26T20:04:07.239000+00:00
Original source
![[Image: unknown.png?ex=690c5676&is=690b04f6&hm=0...a4fca1038&]](https://cdn.discordapp.com/attachments/408013572430626817/869309123819352134/unknown.png?ex=690c5676&is=690b04f6&hm=0930168d2d7e79d3d1e7bf97f0eeb2af8e7ee758b82bc416cbf28aca4fca1038&)
Archived author: schlumpf • Posted: 2021-07-26T20:05:58.321000+00:00
Original source
Yep, if you have a look at the skeleton code, that's what it does. The missing part is mapping the two grids onto each other, which I still believe is trivial, but my brain can't map it into actual code. The code does already implement it, but wrongly. If you look at the resulting normals, they are utter bogus, so probably there is some shitty tiny logic error somewhere. If the normals work, using the same code for the heights is trivial.
Archived author: schlumpf • Posted: 2021-07-26T20:06:53.006000+00:00
Original source
Required skillset: basic geometry knowledge, ability to map that knowledge into simple formulas. Should be a 30 minute task for someone knowing what they do.
Archived author: schlumpf • Posted: 2021-07-26T20:30:47.315000+00:00
Original source
latest_version.cpp
Archived author: schlumpf • Posted: 2021-07-26T20:31:00.495000+00:00
Original source
not sure if there are changes, copied from open editor window