parent
f012ba6436
commit
690c05e6c2
1 changed files with 1 additions and 1 deletions
2
thirdparty/thekla_atlas/nvmesh/param/Atlas.h
vendored
2
thirdparty/thekla_atlas/nvmesh/param/Atlas.h
vendored
|
@ -64,7 +64,7 @@ namespace nv
|
|||
|
||||
// Pack charts in the smallest possible rectangle.
|
||||
float packCharts(int quality, float texelArea, bool blockAlign, bool conservative);
|
||||
bool setFailed() { failed = true; }
|
||||
void setFailed() { failed = true; }
|
||||
bool hasFailed() const { return failed; }
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in a new issue