<< Click to Display Table of Contents >> Navigation: Simplygon API 7.1 User guide > API Changes |
Version 7.1
MappingImageSettings
Removed:
•ChartAggregatorUseAreaWeighting (bool)
•ChartAggregatorKeepOriginalChartSizes (bool)
•ChartAggregatorKeepOriginalChartProportions (bool)
Replaced with:
•ChartAggregatorMode (uint), where argument is one of:
0 : SG_CHARTAGGREGATORMODE_TEXTURESIZEPROPORTIONS // Aggregated UV charts will be scaled to keep their relative pixel density relative to all other UV charts. The user can still set the size of the output texture maps.
1 : SG_CHARTAGGREGATORMODE_SURFACEAREA // Aggregated UV charts will have their size set based on its actual geometrical size.
2 : SG_CHARTAGGREGATORMODE_ORIGINALPIXELDENSITY // The combined atlas will be resized to fit each chart so that all charts retain the same amount of pixels as they originally had. This will override any manually set texture size.
3 : SG_CHARTAGGREGATORMODE_UVSIZEPROPORTIONS // Aggregated UV charts will have their size set based on its original UV size, disregarding the size of the texture they are used in.
Removed:
•ChartAggregatorKeepOriginalChartProportionsFromChannel (string)
Replaced with:
•ChartAggregatorOriginalChartProportionsChannel (string)
RemeshingSettings
Removed:
•HardEdgeAngle (real)
Replaced with:
•HardEdgeAngleInRadians (real)
Added:
•ReplaceTangents (bool)