Mathias Fuchs

Results 5 issues of Mathias Fuchs

Hello! I'd be great if there were ... the most recent information on that topic I've found is this one https://www.fltk.org/articles.php?L1352 from 2014, despite fltk being advertised prominently on the...

``` $ find -name mesh_AABB.h ./extern/geogram/src/lib/geogram/mesh/mesh_AABB.h ./src/tetwild/geogram/mesh_AABB.h $ find -name mesh_AABB.cpp ./extern/geogram/src/lib/geogram/mesh/mesh_AABB.cpp ./src/tetwild/geogram/mesh_AABB.cpp ``` Both mesh_AABB.h seem to be _almost_ but not exactly the same. I am very sorry to...

Hello, this is probably just a question, not an issue, but it bugs me. I hope it can be resolved relatively easily: fTetWild generates a nice tetrahedral mesh of the...

Hello, I'm wondering why there is no RemoveId (or whatever the name) function with simple signature ```c++ void RemoveId(const DATATYPE& a_dataId); ``` in addition to the existing ```c++ void Remove(const...

Hello! I can build the getting started sample fine, using the nuget version 4.5.0 of velgrid, but .net core host seems to crash during the spirv shader compilation: ``` $...