I'm using the Sceneform SDK in Android Project.
I have sfb
and the sfa
objects in my project, and I want the initial rotation of my object to be rotated 90 degrees.
How can I achieve it?
I found the next code in these files and I changed the scale.
But I didn't find a way for the rotation.
model: {
attributes: [
"Position",
"TexCoord",
"Orientation",
],
collision: {},
file: "sampledata/models/redmixer.obj",
name: "redmixer",
scale: 0.010015,
},