texenv with a single color component?

Started by
1 comment, last by Raloth 20 years, 6 months ago
I have a bunch of large grayscale textures so I figured I might as well store four of them at a time in a single texture, but I can''t find anything that will let me take out a single color component with the same method as the GL_ARB_texture_env_combine extension. Isn''t there anything I can use?
____________________________________________________________AAAAA: American Association Against Adobe AcrobatYou know you hate PDFs...
Advertisement
If you dont use pixel shaders i dont think you can. Maybe with glColorMask.





[ My Site ]
''I wish life was not so short,'' he thought. ''Languages take such a time, and so do all the things one wants to know about.'' - J.R.R Tolkien
/*ilici*/
You''ll need NV Register Combiners / ATI Texture Shders for this. Or at least ARB dot3.

You should never let your fears become the boundaries of your dreams.
You should never let your fears become the boundaries of your dreams.

This topic is closed to new replies.

Advertisement