Multitexturing tuts?

Started by
2 comments, last by Tree Penguin 19 years, 12 months ago
Hi, are there any good multitexture tutorials that handle blending equations? I know how to draw multitextured primitives but i''d like to know how i can let 2 textures crossfade using multitexturing. Thanks in advance! WWW.TREEPENGUIN.TK
Advertisement
Using what? If you just want to use the texture environment functions, then read the ARB_texture_env_combine extension specification. You should learn all you need to know from that.

You have to remember that you''re unique, just like everybody else.
If at first you don't succeed, redefine success.
Tree Penguin, take a look at www.codesampler.com, there is a great working tutorial about multitexturing, and other ones for pixel shaders.

Thanks, i got it working after reading the spec!



WWW.TREEPENGUIN.TK

This topic is closed to new replies.

Advertisement