Announcement

Collapse
No announcement yet.

weird stuff

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    if I got the three lines of code from him, would it be possible to add to a netquake client like Qrack?


    PLAY QUAKE DODGEBALL!

    http://www.moddb.com/mods/quake-dodgeball

    Trickle's VWeps

    Comment


    • #17
      omg that has always bugged me! i never thought it would be fixed because i assumed it would have to be fixed on the map end of things, which wouldn't be possible on an id map. honestly i thought i remembered it being in the original glquake as well, but i could be wrong.

      Comment


      • #18
        They basically tell me that setting a polygon offset fixes it but I dont think it truely works that way as the textures are fighting the same plane, unless they are texture sorting the off sets, I'll have to look at the source and dig it up
        www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

        Comment


        • #19
          id should pay you guys.
          e|------------------------0---------------
          B|---------------0^1----------------1----
          G|---------------2------2------0^2-------
          D|---------------2-------2--2-------------
          A|---------------0------------------------
          E|----------------------------------------

          Comment


          • #20
            Okay, actually adding these lines when drawing texture chains fixed it.
            glEnable(GL_POLYGON_OFFSET_FILL);
            glPolygonOffset(1.5,0);
            I had to tweak it cause i was losing my decals, (the textures were drawing over them)...also shadows were not rendered either. I wonder if cokeman knows that for ezquake, i'll ask...


            Woot i'm walking on water!
            www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

            Comment


            • #21
              R00k is Jesus
              e|------------------------0---------------
              B|---------------0^1----------------1----
              G|---------------2------2------0^2-------
              D|---------------2-------2--2-------------
              A|---------------0------------------------
              E|----------------------------------------

              Comment


              • #22
                hey, on the new Qrack I can still notice some z-fighting. is there a command I'm suppose to type? its especially bad with gl_detail 0


                PLAY QUAKE DODGEBALL!

                http://www.moddb.com/mods/quake-dodgeball

                Trickle's VWeps

                Comment

                Working...
                X