Single-pass multitexturing

Started by
3 comments, last by Programmer16 18 years, 9 months ago
Is it possible to render several textures using one pass using the Fixed Function Pipeline?
Advertisement
Yes. But it depends. Are you trying to use alpha-maps? If so, I think the answer is "no." If you find a way, let me know.

No.
Well possibly, but I have a totally different need for it.
So again, same question as above.
If you want to render/blend several textures on the same triangle in one pass, it's possible. Lookup multi-texturing in the documentation and google.

EDIT: Duh! You already know it's called multi-texturing. It's possible to do it in a single pass, just set the textures you want in the texture stages, and define the operations to be performed on them. Check "Texture Stages and the Texture Blending Cascade" in the documentation index.

go to TwoKings and check out tutorial 12. They also have a multi-pass multitexturing tutorial (#13).

This topic is closed to new replies.

Advertisement