Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Search:

Type: Posts; User: quynh-clone

Search: Search took 0.02 seconds.

  1. Re: copying a 3D texture using glCopyTexImage

    Thanks for the replies! I actually did use glCopyTexSubImage3DEXT
    initially, but that didn't work. The code was the same as I have
    listed, except with the line, instead of glCopyTexImage2D:
    ...
  2. copying a 3D texture using glCopyTexImage

    Hi everyone,

    I've been trying to get copying of a 3D textured image to work. What I'd like
    to do is texture a polygon with a 3D texture in the first pass. Then, copy this
    texture, manipulate...
  3. Replies
    5
    Views
    119

    Re: outputting mux to final combiner

    Thanks so much for your help! You wouldn't believe how long I've been mucking around with this to get it working. It's not completely there, but VERY close! At least the problem I was having is...
  4. Replies
    5
    Views
    119

    Re: outputting mux to final combiner

    Addendum to my previous reply -

    Why are you saying that the alpha portion of GL_SPARE0_NV is equal to the alpha portion of GL_TEXTURE0_ARB? I thought that I was using combiner 0 to construct the...
  5. Replies
    5
    Views
    119

    Re: outputting mux to final combiner

    Thanks for the reply. I didn't know that the componentUsage had to be GL_ALPHA or GL_BLUE when portion is GL_ALPHA. Unfortunately, with this change the mux still doesn't seem to be operating the...
  6. Replies
    5
    Views
    119

    outputting mux to final combiner

    Hello,

    I've got a strange problem. I have 2 textures that I would like to compare and output the minimum. So, I'm using the register combiners' mux operation, with a bias to 0.5:
    tex2 - tex1 +...
  7. Re: using pixel textures in NV_texture_shader

    Ahh, ok great! Thanks for the info!

    - Q.
  8. Re: using pixel textures in NV_texture_shader

    Thanks for your reply!

    Yes, what you suggest above works - using DEPENDENT_AR_TEXTURE_2D_NV. But, according to the specs, there's the option to use conventional textures. Here's what it says: ...
  9. Replies
    8
    Views
    363

    texture vs. register combiners

    Hello,

    What are the advantages or disadvantages of using NV_register_combiners over ARB_texture_env_combine? What are the situations where one would decide to use one over the other? Is it that...
  10. using pixel textures in NV_texture_shader

    Hello,

    I'm trying to use the pixel texturing function in NV_texture_shader. I'm trying to do something pretty basic - use the R and G channels of one texture as the texture coordinates for...
Results 1 to 10 of 10