Instead of using the drawAll() function of the scenemanager, I tried to use the render() function for each node but it is not working very well (it is as if the camera was not working)
It was in fact because I have differents scenes to show and it would be easier to render only what corresponds to the current scene instead of hiding everything that we don't need in this case
But I'll do the second one