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: Robotnik

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    610

    Re: Fixing backprojection

    This problem was actually "fixed", it wasn't the problem I had haha. Thanks for replying though, the problem was something else that I had gotten through.

    The real problems are being discussed in...
  2. Replies
    7
    Views
    1,166

    Re: Shadow mapping problem

    The shadowing object there is solely the character, wherever he shadows it's fine. The problem is where the scene is not shadowed, this weird pattern occurs. Seems like a problem with the depth...
  3. Replies
    7
    Views
    1,166

    Re: Shadow mapping problem

    Okay, I fixed that problem. Problem was, I was thinking I needed to flip on on the y axis in the matrixes when I didn't need to, and thus I got false results on some stuff.

    Now I have correct...
  4. Replies
    7
    Views
    1,166

    Re: Shadow mapping problem

    Thanks for the reply. I didn't realise I don't need to render sky objects inside the shadow pass, so I just set the depth range to 0-1 there. Now another problem came up, which I have no idea what's...
  5. Replies
    7
    Views
    1,166

    Re: Shadow mapping problem

    Okay, so I realised the problem was that I was setting glDepthRange to (0.0, 0.8). Now when I get rid of this I get a semi-normal result.

    But I need this to be set, I have all normal objects in...
  6. Replies
    7
    Views
    1,166

    Shadow mapping problem

    Right now I'm trying to implement shadow mapping into my engine, I thought I had problems with back projection, but it turn out that's not the issue here.
    Right now I'm having what seems to be...
  7. Replies
    2
    Views
    610

    Fixing backprojection

    Well this'll be an old timer question, I'm doing this on fixed function because the base I'm working on is quite old, and I don't want to recode almost all of it.

    I'm trying to add shadow mapping...
Results 1 to 7 of 7