Skip to content

Commit

Permalink
Make a note to look into possibility of remeshing nasty plate mode in…
Browse files Browse the repository at this point in the history
…puts.
  • Loading branch information
starseeker committed Feb 28, 2025
1 parent 66e2bcd commit ab19546
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/librt/primitives/bot/plate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
#include "rt/nmg_conv.h"
#include "rt/primitives/bot.h"

// TODO - investigate geogram's isotropic remeshing to see if it can help us
// deal with plate mode bots having lots of long, super-thin triangles (they
// seem to be really messing with performance in newer Manifold releases...)
// https://github.com/BrunoLevy/geogram/wiki/Remeshing

static bool
bot_face_normal(vect_t *n, struct rt_bot_internal *bot, int i)
{
Expand Down

0 comments on commit ab19546

Please sign in to comment.