Hanno Braun

Results 489 comments of Hanno Braun

I've taken a strong step forward in my WIP branch (#178). The sweep operation has been made fully triangle-less, and the triangle representation has been removed. The new and improved...

My WIP branch in #178 now contains a commit that includes the improvements I mentioned in my previous comment here, with a triangle representation fallback for the cases that the...

Vertex validation is now enabled (#242)! I'm back to working on this issue.

With #355, this issue is mostly done. The last edge case are continuous side faces of a sweep. Continuous faces are faces that connect to each other; an example of...

> The main delay at startup that I'm seeing is waiting for `cargo build` of the model to finish. I haven't timed what the main delay is on my machine,...

I haven't seen any exceptional delays in a while, except when the model took longer to compile for some reason. That might have been the source of the delay in...

Thank you for the suggestion, @freylint. I've seen HVM, but haven't looked into it deeply enough to judge whether it's an option. Just note that web support is a priority...

Hmm, true. On the other hand, it might be annoying having to define a parameter type, if you just want to just try something quickly. Not sure. Doing it either...

Oh, nice! Those screenshots look great, @follower! I'm busy getting the new release out right now. I'll take a closer look once I'm done (and after I've merged #763).

Okay, the new release is out, #763 is out, and I'm ready for this PR! First off, I made an attempt to rebase this branch on top of latest `main`....