Skip to content

Commit

Permalink
Quads -> tris -> quads
Browse files Browse the repository at this point in the history
  • Loading branch information
iffyloop committed Oct 2, 2024
1 parent 073d3bb commit 162d105
Show file tree
Hide file tree
Showing 5 changed files with 1,307 additions and 23 deletions.
5 changes: 4 additions & 1 deletion autoremesher.pro
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ HEADERS += src/AutoRemesher/meshseparator.h
SOURCES += src/AutoRemesher/relativeheight.cpp
HEADERS += src/AutoRemesher/relativeheight.h

SOURCES += src/tiny_obj_loader.cc
# SOURCES += src/tiny_obj_loader.cc
HEADERS += src/tiny_obj_loader.h

INCLUDEPATH += thirdparty/openvdb/openvdb-7.0.0
Expand Down Expand Up @@ -421,6 +421,9 @@ INCLUDEPATH += thirdparty/xatlas/source/xatlas
HEADERS += thirdparty/xatlas/source/xatlas/xatlas.h
SOURCES += thirdparty/xatlas/source/xatlas/xatlas.cpp

INCLUDEPATH += thirdparty/earcut/include
HEADERS += thirdparty/earcut/include/mapbox/earcut.hpp

INCLUDEPATH += thirdparty/tbb/include
unix {
LIBS += -Lthirdparty/tbb/build2 -ltbbmalloc_proxy_static -ltbbmalloc_static -ltbb_static
Expand Down
Loading

0 comments on commit 162d105

Please sign in to comment.