Kanzi 4.0.0
StandardPostProcessMaterial Class Reference

Contains property types of Standard post-process materials. More...

Inheritance diagram for StandardPostProcessMaterial:
[legend]

Static Public Attributes

static final Metaclass metaclass
 The Metaclass for the class.
 

Additional Inherited Members

- Public Attributes inherited from StandardPostProcessMaterialMetadata
DynamicPropertyType< FloatAProperty = new DynamicPropertyType<>("Tonemap.A", Float.class)
 Tonemapping parameter A.
 
DynamicPropertyType< FloatBloomIntensityProperty
 Bloom intensity for the material.
 
DynamicPropertyType< ResourceBloomIntensityTextureProperty
 Sets the bloom intensity texture.
 
DynamicPropertyType< FloatBloomRadiusProperty
 Bloom radius for the material.
 
DynamicPropertyType< BooleanBloomUseIntensityTextureProperty
 Enable or disable the use of the Bloom Intensity texture property.
 
DynamicPropertyType< Vector2BlurDirectionProperty
 Sets the direction for the blur.
 
DynamicPropertyType< FloatBlurRadiusProperty
 Blur radius for the material.
 
DynamicPropertyType< FloatBProperty = new DynamicPropertyType<>("Tonemap.B", Float.class)
 Tonemapping parameter B.
 
DynamicPropertyType< FloatCProperty = new DynamicPropertyType<>("Tonemap.C", Float.class)
 Tonemapping parameter C.
 
DynamicPropertyType< FloatDProperty = new DynamicPropertyType<>("Tonemap.D", Float.class)
 Tonemapping parameter D.
 
DynamicPropertyType< FloatEProperty = new DynamicPropertyType<>("Tonemap.E", Float.class)
 Tonemapping parameter E.
 
DynamicPropertyType< FloatFProperty = new DynamicPropertyType<>("Tonemap.F", Float.class)
 Tonemapping parameter F.
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.StandardPostProcessMaterial")
 Metaclass for StandardPostProcessMaterial.
 
DynamicPropertyType< FloatWhiteScaleProperty
 Sets the value that will be tonemapped to pure white.
 

Detailed Description

Contains property types of Standard post-process materials.

Member Data Documentation

◆ metaclass

final Metaclass metaclass
static
Initial value:
=
com.rightware.kanzi.metadata.StandardPostProcessMaterialMetadata.metaclass

The Metaclass for the class.