Use the piecewise generator by default.

This commit is contained in:
Relintai 2021-09-29 09:43:53 +02:00
parent f6ccb049fa
commit 822597f5d7

View File

@ -4639,7 +4639,8 @@ struct Atlas {
}
ChartGeneratorType::Enum chartGeneratorType(uint32_t chartIndex) const {
return ChartGeneratorType::OriginalUv;
//return ChartGeneratorType::OriginalUv;
return ChartGeneratorType::Piecewise;
}
void reset(const Mesh *mesh, const ChartOptions &options) {