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: Oliver LS

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    161

    Re: glReadPixels -- Insane Problem

    Tried switching that around, no change except that my buffer didn't flip until after my lengthy check :P

    Incidentally, I changed my glClearColor to .133333333 [for blue] ; and upon running my app...
  2. Replies
    3
    Views
    161

    glReadPixels -- Insane Problem

    I have googled for hours, and read the opengl.org forums for hours, and hacked my code for a couple of days now -- to no avail. Info:

    Goal: to calculate a triangle's 'face color', by averaging...
  3. Drawing infinite shadow volumes confusion

    I have been studying the nvidia papers and code on robust infinite shadow volumes using zfail stencil. The stencil isn't quite the issue yet, there are a couple of things here that have gotten me a...
  4. Replies
    2
    Views
    86

    Concerning models

    I'm working on a project at the moment that is going to [obviously] have models in it, nothing fancy but looking to do something like standing animation/walking animation/etc. As of now, I've been...
  5. Replies
    5
    Views
    276

    Re: Using materials and lighting ???

    Are you calculating your normals? I've been messing with lights a lot and I had a lot of weird problems like that when I wasn't!
  6. Replies
    1
    Views
    76

    Some lighting questions!

    The situation: A large amount of triangles forming 'terrain'.
    The problem: getting it to light and look anywhere near decent!

    So far, I've gotten faces to normalize and light 'correctly'. It...
  7. Replies
    9
    Views
    184

    Re: ASE Loading Help, PLEASE =)

    Thanks alot for your help everyone, I got a loader working just fine now!
  8. Replies
    9
    Views
    184

    Re: ASE Loading Help, PLEASE =)

    Absolutely!!!!
  9. Replies
    9
    Views
    184

    Re: ASE Loading Help, PLEASE =)

    I didn't even know that much, but yes I'd need to get all of the material information, all of the texture information, and all of the which-material-is-applied-to-what information. I do *not* need...
  10. Replies
    9
    Views
    184

    ASE Loading Help, PLEASE =)

    I've been reading through alot of the archives here, and looking at lots of examples of code, and been having problems actually finding any real help, so here goes!

    All I need is a .ASE loader,...
  11. Replies
    4
    Views
    250

    Re: Stuck on mipmapping!

    Nevermind I'm sorry for clogging up your forums guys, it was just a problem that I didn't know to use GL_LINEAR_MIPMAP_LINEAR.

    we all start somewhere ...
  12. Replies
    4
    Views
    250

    Re: Stuck on mipmapping!

    I think maybe I was a little vague, I don't need helps because of the library itself perhaps, but I do because I have never done anything with mipmapping before. While I'm pretty new to GL, I'm very...
  13. Replies
    4
    Views
    250

    Stuck on mipmapping!

    I know this is not exactly an advanced problem, but I'm hoping to have a greater pool of experience here because nobody on the beginner board had encountered this before..

    Does anybody have any...
  14. Replies
    0
    Views
    151

    glpng Lib & Mipmapping?

    Does anybody have any source examples of mipmapping with the glpng lib?
    [http://www.wyatt100.freeserve.co.uk/download.htm]

    I have searched extensively and have not found a single thing (and the...
Results 1 to 14 of 14