Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I'm creating a first person boxing game in Opengl as a school project and I want textures and models to apply to it. A look like Wii Sport's Boxing is what I'm aiming for.

Something like this (but, you know, free)

share|improve this question
2  
That's awfully specific, but it's also super simple to make something like that. gamedev.stackexchange.com/questions/3270/… – Tetrad Dec 15 '10 at 15:29
As a school project, wouldn't you get more credit if you designed everything yourself? (Not meant to be rhetorical). – The Communist Duck Dec 15 '10 at 16:03
@C. Duck: No, I wouldn't get more credit. The emphasis on the course is OpenGL, 3D model design is not covered. I'm a CS student. We're being encouraged to look into loading cool 3D models as an 'extra' for the project. – omgzor Dec 15 '10 at 16:10
Don't get too caught up in trying to get that cool 3D model in and fail to complete the required portion of the project ;^) – Tim Holt Dec 15 '10 at 17:22

3 Answers

up vote 5 down vote accepted

The problem with free is, as the saying goes, you often get what you paid for :)

A good place to find 3D models (from the good to the unbelievably ugly) is the Google 3D Warehouse. It's a huge collection of free models that can be loaded with Google's Sketchup program plus be loaded in to Google Earth if geo-referenced.

From the site, here is a model of a boxing ring that can be downloaded in Collada format as well as for Google Sketchup. You ought to be able to find a way to convert Collada to OBJ.

alt text

http://sketchup.google.com/3dwarehouse/details?mid=1579926f4237c91137494d2d6fb60eef&prevstart=0

share|improve this answer
1  
And to answer the perhaps followup question, here's the top search result for "dae to obj", DAE being a collada 3d model file extension... social.msdn.microsoft.com/Forums/en-US/vemapcontroldev/thread/… – Tim Holt Dec 15 '10 at 17:36
Great, thanks :) Any recommendations for the character models? – omgzor Dec 17 '10 at 1:13
Hmm no suggestions for characters at least on the free front. You might check out mixamo.com, which has a fair number of boxing animations. – Tim Holt Dec 18 '10 at 18:25

I like to to use TurboSquid for my models. They've got a lot of variety of free models, in a lot of different formats (md2 and obj included). The free ones are probably not the best ones to look at, but until you find yourself an artist, they're pretty good :)

share|improve this answer
2  
...or become an artist! – Tim Holt Dec 16 '10 at 2:08
Amen to that, Tim! – Ray Dey Dec 16 '10 at 2:22

There's a huge collection of Quake 2 (.md2) models over at Planet Quake

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.