Sceneform-android-sdk: 3D model rotation using Sceneform (feature request)

Created on 25 Mar 2019  路  2Comments  路  Source: google-ar/sceneform-android-sdk

I would like to request a new rotation parameter for 3d models open for manual editing in SFA and SFB files. Now it takes a lot of effort to change model rotation using coding, which does not seem optimal. Applies especially for animated models.

Saw people struggling with same problem - https://stackoverflow.com/questions/51526039/problematically-rotate-3d-model-using-sceneform-ecosystem

feature request

Most helpful comment

Currently the best option is to rotate assets in code as was suggested on stack overflow:

node.setLocalRotation(Quaternion.axisAngle(new Vector3(1f, 0, 0), 90f));

All 2 comments

Currently the best option is to rotate assets in code as was suggested on stack overflow:

node.setLocalRotation(Quaternion.axisAngle(new Vector3(1f, 0, 0), 90f));

@tpsiaki how can I integrate it with swipe gesture?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

tigran-babajanyan picture tigran-babajanyan  路  3Comments

KamikX picture KamikX  路  4Comments

Brian-Kwon picture Brian-Kwon  路  3Comments

khonakr picture khonakr  路  3Comments

LukasStancikas picture LukasStancikas  路  3Comments