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

Thread: Test please...

  1. #1
    Intern Contributor
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    94

    Test please...

    Hi guys...can u test it for me

    demo

    and post your system spects? u can edit some things in the game.config file...thanks!!
    ps: use arrow keys , left click to shot, right reload, 1 2 3 is the guns, F1/F2 open/close console...type SET use_stereo 1 to see in steromode

  2. #2
    Junior Member Regular Contributor
    Join Date
    Mar 2005
    Posts
    116

    Re: Test please...

    could you post a zip version of your file?

  3. #3
    Intern Contributor
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    94

    Re: Test please...

    ok..here is a zip version...about 3.8 Megs..

    zip link

    can u see the artifacts of mipmapping in the normal map? i dont know why, but it in the level editor (witch uses the same code, except that it runs under MFC), the artifacts do not appear...i tried to generate the mipmaps at runtime (using glu funcs), but the error remains...but if i enable anisotropy filtering in the code, the error disappears...but in the Editor im not doing that...i dont know...but test it for me...thanks!!

  4. #4
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    Re: Test please...

    The most common reason for mipmap corruption is a wrong pixel store alignment when using GL_RGB data with images which are not multiple of 4 sized, because 4 is the default alignment.
    Pitfall #7 from here http://www.opengl.org/resources/feat...es/oglpitfall/
    Set the unpack alignment to 1 and see if it goes away.

  5. #5
    Intern Contributor
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    94

    Re: Test please...

    You'r right!! the error was alignment...maybe the physics library (Newton), witch uses GL for debugging renderer, sets up some states that i dont know....but thanks for the tip!!!

  6. #6
    Junior Member Regular Contributor
    Join Date
    Dec 2002
    Location
    Silicon Valley
    Posts
    217

    Re: Test please...

    Looks pretty neat. But is there a command to quit the demo? It took over my mouse so I couldn't even use the task manager. I had to reboot

  7. #7
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: Test please...

    Alt-F4 seems to work.

    Pretty cool demo. You should probably do something about the aliasing though.

  8. #8
    Junior Member Regular Contributor
    Join Date
    Mar 2005
    Posts
    116

    Re: Test please...

    Thanks for the zip, but for some reason the game inverts my x-axis movement for my mouse and starts me off looking upside down. It doesn't look like it I think it should on my computer either.

    system specs:

    756 MB of ram
    80 GB Hard drive
    94 MB vid card
    from emachines

    don't know whats wrong

  9. #9
    Intern Contributor
    Join Date
    Mar 2004
    Location
    Victoria, Australia
    Posts
    79

    Re: Test please...

    Looks really cool. Works fine for me...although a quit key would be nice.

    But yeah, its really cool...Newton is good isnt it

    -Twixn-
    "These flowers were sent to harras me" - Jack Thompson

  10. #10
    Intern Contributor
    Join Date
    Feb 2003
    Location
    Brazil
    Posts
    94

    Re: Test please...

    Thanks for testing...i´ve uploaded a new version here
    link

    it has more lights, dynamic visibility test for lights and a gift if u place the right sphere in the right place....see ya!!

Posting Permissions

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