You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using "gltfjsx" in React. I have all Position, Rotation and Scale on each mesh.
I want to rotate one of the meshes around the x axis, but when I try to change one of the rotation values, that part of the model becomes totally detached and the rotation does not work.
when I change the Scale the same thing happens as well.
This is the sample of the mesh I was talking about:
<mesh geometry={nodes.object_1.geometry} material={materials['fallback Material'],} position={[0.003, 5.582, -3.813]} rotation={[Math.PI, 0, Math.PI]} scale={[-0.153, 0.153, 0.637]} />
The text was updated successfully, but these errors were encountered:
I am using "gltfjsx" in React. I have all Position, Rotation and Scale on each mesh.
I want to rotate one of the meshes around the x axis, but when I try to change one of the rotation values, that part of the model becomes totally detached and the rotation does not work.
when I change the Scale the same thing happens as well.
This is the sample of the mesh I was talking about:
<mesh geometry={nodes.object_1.geometry} material={materials['fallback Material'],} position={[0.003, 5.582, -3.813]} rotation={[Math.PI, 0, Math.PI]} scale={[-0.153, 0.153, 0.637]} />
The text was updated successfully, but these errors were encountered: