diff options
| author | lbavoil <[email protected]> | 2016-05-09 11:46:26 +0200 |
|---|---|---|
| committer | lbavoil <[email protected]> | 2016-05-09 11:46:26 +0200 |
| commit | 3cc564c0cc37eb89aa24ceebdc539396d9cff0d2 (patch) | |
| tree | dc368c9ba39245ff1bcfc30fa39cd2420bdf882f /doc/product.html | |
| parent | HBAO+ 3.0.0.20735892 (diff) | |
| download | hbaoplus-3cc564c0cc37eb89aa24ceebdc539396d9cff0d2.tar.xz hbaoplus-3cc564c0cc37eb89aa24ceebdc539396d9cff0d2.zip | |
HBAO+ 3.0.0.20735892
Diffstat (limited to 'doc/product.html')
| -rw-r--r-- | doc/product.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/product.html b/doc/product.html index 09f3ff3..d44db0e 100644 --- a/doc/product.html +++ b/doc/product.html @@ -157,7 +157,7 @@ Input.DepthData.MetersToViewSpaceUnits = SceneScale;</pre> </div> </li> <li><p class="first">SET AO PARAMETERS:</p> -<div class="highlight-python"><pre>GFSDK_SSAO_Parameters_D3D11 Params; +<div class="highlight-python"><pre>GFSDK_SSAO_Parameters Params; Params.Radius = 2.f; Params.Bias = 0.1f; Params.PowerExponent = 2.f; |