更新图标资源

This commit is contained in:
qiji4215
2023-11-24 13:40:32 +08:00
parent 231d7c429d
commit 6563a41389
2 changed files with 4 additions and 6 deletions

View File

@@ -830,15 +830,13 @@ class ImportPreProcess {
0,1,2->{
if (medianWidth != null) {
angleReference.geometry =
GeometryTools.computeLine(medianWidth/100000000, 0.0, renderEntity.geometry)
Log.e("qj","width==${medianWidth/100000000}")
GeometryTools.computeLine(0.000012, 0.0, renderEntity.geometry)
}
}
3->{
if (medianWidth != null) {
angleReference.geometry =
GeometryTools.computeLine(0.0, medianWidth/100000000, renderEntity.geometry)
Log.e("qj","width==${medianWidth/100000000}")
GeometryTools.computeLine(0.0, 0.000012, renderEntity.geometry)
}
}
}