Page 9 of 25 FirstFirst ... 7 8 9 10 11 19 ... LastLast
Results 81 to 90 of 250

Thread: OpenSauce Post Processing

  1. #81
    Movie Maker Siliconmaster's Avatar
    Join Date
    Sep 2006
    Location
    NJ (College)
    Posts
    2,192

    Re: OpenSauce Post Processing

    Well shit. That would be insane.
    Reply With Quote

  2. #82
    a bit of the old in-out Roostervier's Avatar
    Join Date
    Jan 2007
    Posts
    3,379

    Re: OpenSauce Post Processing

    wow, great work FireScythe
    Reply With Quote

  3. #83
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: OpenSauce Post Processing

    What exactly are we looking at in the second picture, and how can that aid in motion blur? Also, you should be able to do the cell-shaded look with edge finding on that depth map. Is there any way to fix the planes showing up for sprites?
    Reply With Quote

  4. #84
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    The second picture shows the vertex/face position in screenspace (Although the full range can't be shown in the 32bit format we see), so if a copy of the previous frames position data is kept, we can get how much an object has moved, and blur it accordingly....in theory :P.

    I'm working on the transparent textures. Trees and such should be fine, but I still need to figure out whether I can do particles.
    Reply With Quote

  5. #85
    chilango Con's Avatar
    Join Date
    Aug 2006
    Location
    Victoria, BC, Canada
    Posts
    8,397

    Re: OpenSauce Post Processing

    If an object is moving across the screen, such as a warthog driving by, then wouldn't the position data between the front of the hog in one frame and the back of the hog in the next be almost the same? The only major change would come from the front and back of the hog where it's compared with the background. I'm not sure how you would pull objects out of the scene. On the plus side, that new SSDO method works using depth and position data doesn't it?
    Reply With Quote

  6. #86
    "Think Different" Masterz1337's Avatar
    Join Date
    Sep 2006
    Posts
    4,405

    Re: OpenSauce Post Processing

    Amazing as always, can't wait to use this on OS2
    Reply With Quote

  7. #87
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    Quote Originally Posted by Con View Post
    If an object is moving across the screen, such as a warthog driving by, then wouldn't the position data between the front of the hog in one frame and the back of the hog in the next be almost the same? The only major change would come from the front and back of the hog where it's compared with the background. I'm not sure how you would pull objects out of the scene. On the plus side, that new SSDO method works using depth and position data doesn't it?
    Yep, this seems to be the problem iv'e been coming up against. Seems the way I thought it was implemented isn't quite right. I initially thought I could compare the positions of two frames at each pixel, but as you say, doing this means the difference between frames would be greatest at the boundry of a moving object and wouldn't give a per object velocity.

    What I actually need to do is get the velocity of each vertex when the objects are initially drawn. However I can't think of a feasible way to do this without some major editing of vertex shaders and the like. So an accumulation buffer motion blur will have to do. Position information will still be available for other post process usage though .
    Reply With Quote

  8. #88
    Tick Gate 2014 Donut's Avatar
    Join Date
    May 2007
    Location
    RIT
    Posts
    2,828

    Re: OpenSauce Post Processing

    Quote Originally Posted by FireScythe View Post
    Plus as a bonus I might be able to seperate the hud so that post processes don't affect it.
    i have open sauce d3d9.dlls for limited's 3rd person/fov app and your post processing app. some weapon's zoom turns the whole screen black. is that your app or limited's app?

    also i dont know if anyone posted this or anything but the whole screen dims when you open the chat box. separating hud elements would be great
    Reply With Quote

  9. #89
    Senior Member FireScythe's Avatar
    Join Date
    Sep 2006
    Location
    UK, England
    Posts
    321

    Re: OpenSauce Post Processing

    I would say its the 3rd person extension doing that as it has code that changes its behaviour when zoomed.
    Reply With Quote

  10. #90
    Xfire - sar93 W1zard's Avatar
    Join Date
    Aug 2009
    Location
    Rotterdam
    Posts
    39

    Thumbs up Re: OpenSauce Post Processing

    Quote Originally Posted by FireScythe View Post
    Indeed, Depth of Field should be possible, but also with the screen space position data (second pic) I 'might' be able to do per pixel motion blur. Plus as a bonus I might be able to seperate the hud so that post processes don't affect it.
    Big cooky if you can actually get the HUD unaffected =O

    Keep it up, you're legend for making an old engine like this look great
    Reply With Quote

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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