• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

DOF

Author: dottore
Date: 10 Jul, 2010
Category: effect
Credits:

technique adapted fromGPU Gems 3 book Chapter 28. "Practical Post-Process Depth of Field". Earl Hammon Jr. Infinity Ward

Download

64bit

2-DOF 1.0.zip
10 Jul, 2010 - 13:26
1-DOF 1.1.zip
18 Jul, 2010 - 09:31
0-DOF 2.0.zip
11 Apr, 2011 - 01:44

Description

New technique for Depth of Field. Works better on foreground objects. more info: http://http.developer.nvidia.com/GPUGems3/gpugems3_ch28.html

Change log:

  • DOF 2.0 Technique developped by Infinity Ward for Call of Duty 4: Modern Warfare that provides depth of field's key qualitative features in both the foreground and the background with minimal impact on total system performance or engine architecture. Requires Shader Model 2.0 hardware.

  • DOF 1.1 new blur technique: gaussian blur (modified to blur correctly non square textures). better blur quality and also improved performances.

  • DOF 1.0 Technique for rendering depth-of-field effects in realtime using image processing and compositing techniques with Poisson disc filtering. The use of a pre-blurred image in the post-processing step improves image quality by reducing aliasing artifacts. There are user friendly parameters for plane distance controls.

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
xd_nitro
23 Jul, 2010 - 01:25

WOW and many thanks+++++++++

dottore
23 Jul, 2010 - 11:12

no prob, hope to find a way to improve this technique (should be easier with dx10/11), DOF is amazing...

dottore
23 Jul, 2010 - 11:29

this seems to be almost perfect: http://developer.amd.com/samples/demos/pages/ATIRadeonHD5800SeriesRealTimeDemos.aspx?cmpid=DevBanner_5800Demos look at the "Ladybug" section

rosenfranz
20 Sep, 2010 - 15:58

this looks great! Unfortunately i can't get it to work. When i open your help patch the big rendering window stays black except for the perfmeter. I only can see the color and depth pre-renderings. Tried it with 40beta23 and 45beta24. Same results. Do you have an idea why that could be wrong?

john
21 Sep, 2010 - 01:41

Hi, I have the same problem as rosenfranz no image in larger render window. Could it be our graphic cards not supporting some of the functions ? John

dottore
24 Sep, 2010 - 13:16

Hello, sorry for the late reply... @john and rosenfranz: what's your graphic card?

frostpfote
25 Sep, 2010 - 14:39

great work!

i just tried it on my ati 4950 and had to change the vertex shader-version to 3_0 to get it to work. happens all the time, always gets things working. VertexShader = compile vs_3_0 VSDOF();

john
26 Sep, 2010 - 05:23

Yo dottore, my laptop GPU is "ATI Mobility Radeon HD 3650"

john
27 Sep, 2010 - 04:04

the help patches are working now after following the suggestion of frostpfote: changing the version from 1 to 3 at the end of the code for 'DOF-combine.fx'

quote:frostpfote: VertexShader = compile vs_3_0 VSDOF();

Can someone explain the need for this change ? Is it specific to my hardware ? and why don't I have to change the version in some of the other fx used in this module ?

john
27 Sep, 2010 - 04:07

Really great effect dottore ! Thankyou so much for sharing !

rosenfranz
27 Sep, 2010 - 08:42

ahh. just saw that something happened here. cool. Also tried to change the vertex shader version. still no effect. @dottore: my gfx card is a radeon x800gt. Read somewhere that this card uses pixelshader version 2.0. maybe that is the problem? i also tried to change the PS version from 3.0 to 2.0. Didn't change anything. Besides I think that your shader needs version 3.0 right?

john
04 Mar, 2011 - 03:43

I was just having probs with this effect again as described in the top post ,curiously version 1.1 is not working for me but v1.0 works fine after the suggested change of pixel shader version.

lightizm
11 Apr, 2011 - 04:29

thanks for update. :)

Noir
11 Apr, 2011 - 13:31

bravo natan

Meierhans
11 Apr, 2011 - 21:00

thx!

antokhio
11 Apr, 2011 - 23:17

fckin bravo!

lasal
13 Apr, 2011 - 12:45

looks great ;)

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top