Re: multielement textures

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Eyal Teler (et_at_nospam-et3d.com)
Date: 03/18/04


Date: Thu, 18 Mar 2004 02:17:24 +0200


> If you're doing this with fixed-function pipeline blending, then you
> need to use a dot product operator to extract out the individual
> channel. The dot product operator burns up a texture stage, so for
> most cards where you have to do FFP that leaves only a single texture
> stage to do anything interesting with the texture value.

For the alpha channel, it's possible to use D3DTA_ALPHAREPLICATE.

        Eyal



Relevant Pages

  • How to set up a 3D texture with following settings
    ... I need to set up a 3D texture using glTexImage3D, ... we need to store values in channel R and channel A, ... My question is how to set each parameter of glTexImage3D to create ...
    (comp.graphics.api.opengl)
  • Re: How to return Texture Coords at mouse x y posiiton in openGlut/openGL ?
    ... > first half of g channel and for v on half of g and b ... > use this texture to draw you object (textured, ... > without anti-aliasing) in the back buffer. ... If you can store the scene/dataset hierarchically the intersection ...
    (comp.graphics.api.opengl)
  • Re: How to return Texture Coords at mouse x y posiiton in openGlut/openGL ?
    ... First create a texture where you encode u and v in say r channel and ... first half of g channel and for v on half of g and b ... without anti-aliasing) in the back buffer. ... If you can store the scene/dataset hierarchically the intersection ...
    (comp.graphics.api.opengl)
  • Re: Trouble with 8-bit single channel 3D texture
    ... This time I have a trouble with 8-bit single channel 3D texture. ... A part of my original OpenGL program using GL_RGBA is as follows; ... glBindTexture(GL_TEXTURE_3D, texname); ...
    (comp.graphics.api.opengl)
  • Trouble with 8-bit single channel 3D texture
    ... This time I have a trouble with 8-bit single channel 3D texture. ... A part of my original OpenGL program using GL_RGBA is as follows; ... glBindTexture(GL_TEXTURE_3D, texname); ...
    (comp.graphics.api.opengl)