Tagged Questions
0
votes
2answers
1k views
C++ SDL, Opengl 3D Game
I have been learning C++ for long time (but only learning game development for eight days) and I have made a simple game using 2D textures.
I was thinking of starting on 3D game development. I wanted ...
0
votes
1answer
823 views
Understanding .obj file
I downloaded a 3d model of a car. By judging by the skins and images available model treats wheels and car body as separate nodes. I want to access its child nodes (wheels) to specify animation.
But ...
2
votes
2answers
594 views
A good beginners' game engine to run on linux [closed]
I am involved with a research that deals with 3D graphics. I am very new to 3D graphics. In my research I have to move a 3D object based on some information queried by processing a video. Viewer's ...
4
votes
4answers
817 views
Custom mesh format - yea or nay?
In the process of writing my game prototype, I have found the OBJ format to be insufficient for my needs - it does not support any sort of animation, it doesn't support triangle strips (I'm targeting ...