I've developed a quiz game using PyGamePygame but now I'm being asked to implement a 3D animation element (a game show host) to the game.
I used pygamesPygame as I was told it would be an easy enough language to learn and make something simple, however I see now that it seems very limited in terms of 3D animation.
I've seen OpenGL being used with PyGamePygame and what I need is for my game to run exactly as it is, but with the 3D element (game show host) added on the corner of the window for example.
My question is: CanHow can I use OpenGL in PyGamePygame in order to do this?