Arcore:如何获得放置在表面上的图像的尺寸?

Arcore: How can I get the dimensions of an image that I placed on the surface?

我在表面上放置了一个图像,我试图在点击它时显示图像的高度和宽度(想 select 并稍后调整大小)。

我正在将 TransformableNode 转换为 imageView,然后使用 getHeight() 和 getWidth()。但是ARCOre有没有简单的方法呢?

提前致谢。

我创建了一个类似 Google measure App 的项目,我在其中缩放放置的节点,然后获取其大小。这是link:Object Measurement