问题标签 [sceneview]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
33 浏览

android - 如何在 Android SceneForm 中使用 DragGesture 旋转 3D 模型

我按照这里的解决方案,使用Sceneform Android SDKTransformableNode根据用户的在 X 轴上旋转 a 。但是,我也想在 Y 轴和 Z 轴上旋转,类似于 ARCore SceneViewer 的做法。DragGesture

我怎样才能做到这一点?

我目前拥有的是左侧(仅在 X 轴上旋转),而所需的是右侧(在所有轴上旋转,如 ARCore Scene Viewer 中)。