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 7 of 7

Thread: black object?

  1. #1
    Guest

    black object?

    I wrote program that displays (on my computer) blue background color and black object.
    The same program displays (on my friends computer) blue background color and textured object.
    Program is writen to display blue background and textured object.
    What is wrong?
    most of my projects working, but this dont.
    all directorys are set properly.
    if i compile it it dont work(on my computer),if he compile it it dont work.(on my computer)
    i think the problem is in dlls.

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Feb 2004
    Location
    Long Island, New York
    Posts
    586

    Re: black object?

    The problem is most likely a missing texture file.
    The image is resident on your friend's machine but not yours.

    Run the program under a debugger and ensure the image is being loaded.

  3. #3
    Guest

    Re: black object?

    I have model and texture, and without texture object is not black in every color.

  4. #4
    Guest

    Re: black object?

    I meen it is not black when i set color to not black.

  5. #5
    Junior Member Regular Contributor
    Join Date
    Aug 2005
    Posts
    148

    Re: black object?

    Can you post your code?

  6. #6
    Guest

    Re: black object?

    that is engine with more than 200kb of text split in 15 files...
    if you want i can.

  7. #7
    Junior Member Regular Contributor
    Join Date
    Aug 2005
    Posts
    148

    Re: black object?

    By all means, post a link to your source. I'm sure someone will get around to debugging your app for you...

Posting Permissions

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