Skip to content

Commit

Permalink
support input geometry composed of multiple connected components (#21)
Browse files Browse the repository at this point in the history
* supports general input (wip)

* general input (wip)

* support multicomp with high-genus

* cleaned up old input processing code

* some comments for input UV

* original input uv overlap processing
  • Loading branch information
liminchen committed Mar 17, 2024
1 parent 1904d01 commit 2218d87
Show file tree
Hide file tree
Showing 8 changed files with 21,489 additions and 216 deletions.
3,472 changes: 3,472 additions & 0 deletions input/highGenus/torus.obj

Large diffs are not rendered by default.

2,955 changes: 2,955 additions & 0 deletions input/highGenus/torus_with_hole.obj

Large diffs are not rendered by default.

2,813 changes: 2,813 additions & 0 deletions input/highGenus/torus_with_holes.obj

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions input/multiComp/double_triangles.obj
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
v 0 0 0
v 1 0 0
v 0 1 0
v 0 0 1
v 1 0 1
v 0 1 1
vt 0 0
vt 1 0
vt 0 1
vt 0.5 0
vt 1.5 0
vt 0.5 1
f 1/1 2/2 3/3
f 4/4 5/5 6/6

0 comments on commit 2218d87

Please sign in to comment.