Game Development Community

Making good textures

by Shaun · in Technical Issues · 01/20/2003 (1:54 pm) · 2 replies

I'm an beginner artist (its really more of a hobby that anything I want to get talented at), and I know how use Photoshop pretty well. I wanted to know if anyone could help me with this question:

What goes into making a good texture? How would you suggest I go about learning how to make textures?

I figure I'll start out by making simple building textures and going from there.

Any help would be greatly appreciated.

About the author

Recent Threads


#1
01/20/2003 (3:50 pm)
Hopefully one of these days I'll get around to doing a tutorial on specific textures. There's really no cut and dry path, per se, with the exception of technology being used. Everyone has a different approach. It's really more experimentation, learning your style, learning your program's capabilities, learning texture balance, creating the illusion of depth, etc. There's tons of online tutorials on texture creation. I'd suggest searching through Google or another search engine when you get a chance. You can also pick up books on it, search over Amazon. Here's a few online tips/tuts I pulled up to get you started.

www.designsbymark.com/
www.phong.com/tutorials/
www.photoshoproadmap.com/photoshop-tutorials-tips/textures-backgrounds.html
www.gamasutra.com/features/20011024/peasley_01.htm

Hope it helps. :)
#2
01/20/2003 (4:39 pm)
Well for one, true tileable textures are nice and you get that effect when you use a transform to offset the image half the width and half the height height.

You can also look into applying bump map layer masks to give your 2d textures some depth.

There is also something called alpha layer transparency you could look into. It's how the engine renders transparency and i use that technique a lot.

I'm no expert, and there's a lot of things I would like to learn. It takes time but searching for 'photoshop' and 'tutorial' Google finds tons of online tutorials. I've used those a lot and I am getting better.

Good luck.

*edit* those phong tutorials are like the best. I use them all the time.