Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 3 of 3

Thread: texture mapping really dark

  1. #1
    Junior Member Newbie
    Join Date
    Apr 2000
    Posts
    14

    texture mapping really dark

    whenever i use my function to load a bmp file to use as a texture map the entire display gets really dark, but when i comment out that call everything looks normal. any ideas why this would happen?

  2. #2
    Junior Member Regular Contributor
    Join Date
    Mar 2000
    Location
    Germany
    Posts
    200

    Re: texture mapping really dark

    Hi there!

    In general, if you use a texture on an object the "modulate blending§ is used.

    That means if you have a dark texture, the resulting output will be even darker.

    I hope that gives you the right direction.

    Kind regards,

    LG

    May the vector be with you!

  3. #3
    Junior Member Newbie
    Join Date
    Apr 2000
    Posts
    1

    Re: texture mapping really dark

    I've got a similar problem. When I put texture mapping on the background of my animation, I lost all my shading. All my objects are dark grey.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •