mirror of
https://github.com/Relintai/mesh_utils.git
synced 2024-11-12 10:25:24 +01:00
Use the piecewise generator by default.
This commit is contained in:
parent
f6ccb049fa
commit
822597f5d7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user