Public Member Functions | |
| HRESULT | SetEnableSuperSample ([in] BOOL Val) |
| HRESULT | GetEnableSuperSample ([out] BOOL *pVal) |
| HRESULT | SetEnableGlow ([in] BOOL Val) |
| HRESULT | GetEnableGlow ([out] BOOL *pVal) |
| HRESULT | SetHighlightThreshold ([in] float Val) |
| HRESULT | GetHighlightThreshold ([out] float *pVal) |
| HRESULT | SetSceneIntensity ([in] float Val) |
| HRESULT | GetSceneIntensity ([out] float *pVal) |
| HRESULT | SetBloomIntensity ([in] float Val) |
| HRESULT | GetBloomIntensity ([out] float *pVal) |
| HRESULT | SetHighlightIntensity ([in] float Val) |
| HRESULT | GetHighlightIntensity ([out] float *pVal) |
| HRESULT | SetGlowQuality ([in] DWORD Val) |
| HRESULT | GetGlowQuality ([out] DWORD *pVal) |
| HRESULT | SetGlowDownsample ([in] DWORD Val) |
| HRESULT | GetGlowDownsample ([out] DWORD *pVal) |
|
|
Change the super-sampling effect (enable/disable)
|
|
|
Get the super-sampling effect (enable/disable)
|
|
|
Change the glow/bloom effect (enable/disable)
|
|
|
Get the glow/bloom effect (enable/disable)
|
|
|
Set the highlight threshold for the glow effect.
|
|
|
Get the highlight threshold for the glow effect.
|
|
|
Set the original scene intensity multiplier for the bloom/glow effect.
|
|
|
Get the original scene intensity multiplier for the bloom/glow effect.
|
|
|
Set the bloom intensity multiplier for the bloom/glow effect.
|
|
|
Get the bloom intensity multiplier for the bloom/glow effect.
|
|
|
Set the glow intensity multiplier for the bloom/glow effect.
|
|
|
Get the glow intensity multiplier for the bloom/glow effect.
|
|
|
Set the bloom/glow quality. Higher quality means more smoothing passes.
|
|
|
Get the bloom/glow quality. Higher quality means more smoothing passes.
|
|
|
Set the bloom/glow downsample ratio. Downsampling of 1 scales scene to the half size. Downsampling of 2 scales it to 1/4 and 3 to 1/8.
|
|
|
Get the bloom/glow downsample ratio. Downsampling of 1 scales scene to the half size. Downsampling of 2 scales it to 1/4 and 3 to 1/8.
|
1.3.2