hello, I wanted to rotate my gltf model because by adding it to my scene , it got
rotated by 180 degrees.
gltfLoader.load(‘/models/scene.gltf’,
(gltf) =>
{
for(*const* child of *gltf*.scene.children)
{
scene.add(child)
}
},)
thats my code for adding it to my scene