Metadata definitions for SSAOHBAOMaterial. More...
Public Attributes | |
| DynamicPropertyType< Float > | AORadiusProperty |
| Screen-space ambient occlusion (SSAO) effect radius. | |
| DynamicPropertyType< Float > | AOStrengthProperty |
| Screen-space ambient occlusion (SSAO) strength. | |
| DynamicPropertyType< Vector2 > | BlurDirectionProperty |
| Blur direction of the ambient occlusion bilateral blur. | |
| DynamicPropertyType< Vector2 > | FocalLenProperty |
| HBAO input property for focal length. | |
| DynamicPropertyType< Vector2 > | LinMADProperty |
| HBAO input property for LinMAD uniform. | |
| AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.SSAOHBAOMaterial") |
| Metaclass for SSAOHBAOMaterial. | |
| DynamicPropertyType< Vector2 > | UVToViewAProperty |
| HBAO input property for UVToViewA uniform. | |
| DynamicPropertyType< Vector2 > | UVToViewBProperty |
| HBAO input property for UVToViewB uniform. | |
Metadata definitions for SSAOHBAOMaterial.
| DynamicPropertyType<Float> AORadiusProperty |
Screen-space ambient occlusion (SSAO) effect radius.
Used to calculate the SSAO texture.
| DynamicPropertyType<Float> AOStrengthProperty |
Screen-space ambient occlusion (SSAO) strength.
Used to calculate the SSAO texture.
| DynamicPropertyType<Vector2> BlurDirectionProperty |
Blur direction of the ambient occlusion bilateral blur.
| DynamicPropertyType<Vector2> FocalLenProperty |
HBAO input property for focal length.
| DynamicPropertyType<Vector2> LinMADProperty |
HBAO input property for LinMAD uniform.
| DynamicPropertyType<Vector2> UVToViewAProperty |
HBAO input property for UVToViewA uniform.
| DynamicPropertyType<Vector2> UVToViewBProperty |
HBAO input property for UVToViewB uniform.