I have an existing sdl project that rotates a 2d .png image using the arrow keys. Now I'd like to do the simplest version of that in 3d, but I'm stuck on a basic importing issue.
What file format does the 3d object have to be in? I have a .step file that I ran Anycad/Autodesk FBX through to create a .fbx file.
According to this, it seems for basic 3d maniupulation, SDL will use openGL under the hood. However, not sure if what I'm trying to do would be considered simple. Perhaps they mean just drawing 3d lines? https://www.opengl.org/wiki/Tutorial3:_Rendering_3D_Objects_(C_/SDL)
Any suggestions on how this can be done in SDL, or if it's even possible?