vote up 6 vote down star
9

I always have the same issue when starting new projects. I'm primarily a programmer - I had no artistic bone in my body. But when working on things, you can't always afford to have an artist.

What resources has everyone found for graphics? I'm primarily looking for free 3d models in various file types. They don't have to be elaborate, but should work for rapid prototyping.

flag

Still looking for any resources that may be known. MD5 format is preferable, but anything will help. – Andrei Krotkov Apr 28 at 5:29

7 Answers

vote up 1 vote down check

Some years ago, for the GameDev.Net "Four Elements" contest, I compiled an extremely large list. I haven't revisited it in some time, so probably a fair few dead links, but I'm sure there's quite a lot of live and kicking links too. It starts off with a bunch of technology links, but just scroll down. There's plenty of models and textures links.

link|flag
As for MD5 specifically, I think last time I was working with MD5 I ripped them straight out of Quake 4. That's probably not helpful. – Promit Apr 28 at 6:06
This seems to have the largest collection of anything. Accepted. =) – Andrei Krotkov May 2 at 22:48
vote up 0 vote down

There's really no good answer that I know of here. You want models for now. Soon you'll want animations. Or different LODs. You'll find some resources around the net, but none will be in the same format, and you'll have a bunch of heterognous assets you have to write loaders for. My advice, if you don't mind being tied to Windows, is to look for resources in the XNA community. You can typically find a good quantity of resources in .x format. It goes without saying that most of that won't be free for anything commercial, and that some won't allow redistribution at all.

link|flag
File formats aren't a true concern at the moment. Last time I started a project, I managed to find quite a few resources for free - I believe they were Quake format models (MD5), but I can't seem to locate [b]anything[/b] anymore. All the sites I find either require registration or payment. – Andrei Krotkov Apr 22 at 21:13
vote up 3 vote down

www.turbosquid.com

They have free and for pay content.

link|flag
I like that site, unfortunately they don't have MD5 models. – Andrei Krotkov Apr 23 at 1:14
vote up 3 vote down

http://sketchup.google.com/3dwarehouse/

link|flag
There are some gems there, but it's unfortunately very hit-or-miss. – Andrei Krotkov Apr 30 at 14:19
The nice thing with Sketchup is that the tool used to produce them is also free. Very useful if you find that "perfect" model, but it's just not orientated correctly. Whip the model up, and move the camera to the exact point and export. Unfortunately, the models are not extremely high quality though. – Gineer May 1 at 10:44
vote up 0 vote down

Have a look at:

link|flag
vote up 1 vote down

These are a few of the model resources I used to use when working with 3D in the past.

3D Links is a great resource for everything with 3d. It has a long list of links to sites offerering 3d objects.

Another source I used a lot to get my interior models from is e-interiors. You have to do a search for 3D in the Cad Library Availablity. It has hundreds of free interior objects from chairs to sinks.

For smaller assemblies and parts like knobs an gears have a look at 3D content central

Exchange 3D also has a list of free models

If you want 3D diamond cuts for experiments try 3D Lapidary

KatsBits has a couple of low res md5 game models

Last I want to mention De Espona. This collection is not free (except for a few models, available here). It costs $395 for the downloadable version. But, if you're looking for an entire encyclopedia with models in various resolutions, I would recommend this one.

link|flag
vote up 1 vote down

If it helps, http://www.modwiki.net/wiki/MD5_(file_format) has information for converting many model formats (Maya, 3DS Max, Blendder, Lightwave, Softimage) into .MD5 format.

You could then take advantage of the many excellent resources mentioned in the other answers...

link|flag

Your Answer

Get an OpenID
or

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