质感对比分析
{{ textures.length }} 种材质
@if (textures.length === 0) {

暂无质感数据

}
@for (texture of textures; track texture.materialName) {
@if (texture.thumbnailUrl) {
}
{{ texture.materialName }}
{{ texture.materialType }} {{ getCharacteristicName(texture.dominantCharacteristic) }}
@if (showRadarChart) {
@for (gridPath of getRadarGridPaths(); track $index) { } @for (prop of predefinedProperties; track $index) { } @for (prop of predefinedProperties; track $index) { } @for (prop of predefinedProperties; track $index) { {{ prop }} }
} @if (showPropertyBars) {
@for (prop of texture.properties; track prop.name) {
{{ prop.name }} {{ prop.value }}{{ prop.unit || '%' }}
}
}
}
@if (textures.length > 1) {
对比总结
最光滑: {{ getSmoothestMaterial() }}
最粗糙: {{ getRoughestMaterial() }}
最高光泽: {{ getGlossiestMaterial() }}
最哑光: {{ getMattestMaterial() }}
}