|
@@ -1876,6 +1876,7 @@ class GraphyActivity : BaseActivity(), ICaptureStatusListener, ICameraChangedCal
|
|
wall.isChecked = true
|
|
wall.isChecked = true
|
|
} else if (info.zRegion == "air") {
|
|
} else if (info.zRegion == "air") {
|
|
air.isChecked = true
|
|
air.isChecked = true
|
|
|
|
+ }
|
|
equipEdit.setText(info.location.z().toString())
|
|
equipEdit.setText(info.location.z().toString())
|
|
|
|
|
|
scene.point.mX = info.location.x()
|
|
scene.point.mX = info.location.x()
|