I’m new in Godot, so i’ve got stupid questions :-).
I’ve a 3d scene who’s rotating. On this scene i’ve got a node, I made an addChild from this node (who’s rotating). My new object should follow the global rotation and this is not the case.
$scene/Good.add_child(good)
For me the object should inherit the rotation from its parent, what am I doing wrong?