Skip to content

Commit

Permalink
Stash a note about looking into glb failure case writing support
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Nov 1, 2023
1 parent 1634ec6 commit 902ec98
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/libged/facetize/facetize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1533,6 +1533,14 @@ bot_to_mmesh(struct rt_bot_internal *bot)
}

#ifdef USE_MANIFOLD

// TODO - need to replace this with logic that uses Manifold's
// upstream examples to write out .glb files in the failure
// case. See, for example,
//
// https://github.com/elalish/manifold/pull/581#pullrequestreview-1702123678
// https://github.com/elalish/manifold/blob/master/test/samples_test.cpp#L258-L269

/* Byte swaps a four byte value */
static void
lswap(unsigned int *v)
Expand Down

0 comments on commit 902ec98

Please sign in to comment.