I was wondering if it was possible to insert a 3D object into my 2D game.
The game is a space shooter type (therefore completely 2D), but I would like to insert a layout in which the spaceship revolves around a space station. The spaceship moves left and right, as do the stars and background, simulating infinite rotation to the right or left. (instead the space station always remains stationary at the center and rotates).
Initially I thought of creating 4 or 8 images (frames) of the space station to create an animation, but then I thought it would be simpler if I could create a 3D model (made with FreeCad) and directly insert the 3D space station. is it possible?