Kanzi  3.9.5
Java API
StandardPbrMaterialMetadata Interface Reference

Metadata definitions for StandardPbrMaterial. More...

Public Attributes

DynamicPropertyType< Float > AlphaCutoffProperty
 Sets the cutoff threshold for alpha cutting. More...
 
DynamicPropertyType< ColorRGBABaseColorFactorProperty
 Sets the base color for the material. More...
 
DynamicPropertyType< ResourceBaseColorTextureProperty
 Sets the texture that contains the base color for the material. More...
 
DynamicPropertyType< ResourceBrdfLookUpTableProperty
 Gets the Bidirectional Reflectance Distribution Function (BRDF) lookup table for the material. More...
 
DynamicPropertyType< Float > ClearCoatNormalScaleProperty
 Sets the clear coat normal scale for the material. More...
 
DynamicPropertyType< ResourceClearCoatNormalTextureProperty
 Sets the texture that contains a clear coat normal map for the material. More...
 
DynamicPropertyType< Float > ClearCoatRoughnessFactorProperty
 Sets the roughness of the outer clear coat layer for the material: 0 represents a smooth, glossy surface, and 1 represents a rough, diffuse surface. More...
 
DynamicPropertyType< ResourceClearCoatRoughnessTextureProperty
 Sets the texture that contains a clear coat roughness map for the material. More...
 
DynamicPropertyType< Float > ClearCoatStrengthFactorProperty
 Sets the clear coat strength for the material: 0 represents a material with no clear coat, and 1 represents a full strength clear coat. More...
 
DynamicPropertyType< ResourceClearCoatStrengthTextureProperty
 Sets the texture that contains a clear coat strength map for the material. More...
 
DynamicPropertyType< ColorRGBADetailBaseColorFactorProperty
 Sets the detail base color for the material. More...
 
DynamicPropertyType< ResourceDetailBaseColorTextureProperty
 Sets the detail texture that contains the base color for the material. More...
 
DynamicPropertyType< Float > DetailClearCoatNormalScaleProperty
 Sets the detail clear coat normal scale for the material. More...
 
DynamicPropertyType< ResourceDetailClearCoatNormalTextureProperty
 Sets the detail texture that contains a clear coat normal map for the material. More...
 
DynamicPropertyType< ResourceDetailClearCoatRoughnessTextureProperty
 Sets the detail texture that contains a clear coat roughness map for the material. More...
 
DynamicPropertyType< ResourceDetailClearCoatStrengthTextureProperty
 Sets the detail texture that contains a clear coat strength map for the material. More...
 
DynamicPropertyType< ColorRGBADetailDiffuseFactorProperty
 Sets the detail diffuse color for the material. More...
 
DynamicPropertyType< ResourceDetailDiffuseTextureProperty
 Sets the detail texture that contains the diffuse color for the material. More...
 
DynamicPropertyType< ColorRGBADetailEmissiveFactorProperty
 Sets the color of the light that is emitted from a detail texture for the material. More...
 
DynamicPropertyType< ResourceDetailEmissiveTextureProperty
 Sets the detail texture that contains the light emitted from the material. More...
 
DynamicPropertyType< ResourceDetailGlossinessTextureProperty
 Sets the detail texture that contains a glossiness map for the material. More...
 
DynamicPropertyType< ResourceDetailMetallicTextureProperty
 Sets the detail texture that contains a metallic map for the material. More...
 
DynamicPropertyType< Float > DetailNormalScaleProperty
 Sets the detail normal scale for the material. More...
 
DynamicPropertyType< ResourceDetailNormalTextureProperty
 Sets the detail texture that contains a normal map for the material. More...
 
DynamicPropertyType< Float > DetailOcclusionStrengthProperty
 Sets the detail occlusion strength for the material. More...
 
DynamicPropertyType< ResourceDetailOcclusionTextureProperty
 Sets the detail texture that contains an occlusion map for the material. More...
 
DynamicPropertyType< ResourceDetailRoughnessTextureProperty
 Sets the detail texture that contains a roughness map for the material. More...
 
DynamicPropertyType< ColorRGBADetailSpecularFactorProperty
 Sets the detail specular color for the material. More...
 
DynamicPropertyType< ResourceDetailSpecularTextureProperty
 Sets the detail texture that contains the specular color for the material. More...
 
DynamicPropertyType< Vector2DetailTextureOffsetProperty
 Sets the detail texture offset for the material. More...
 
DynamicPropertyType< Vector2DetailTextureTilingProperty
 Sets the detail texture tiling factor for the material. More...
 
DynamicPropertyType< ColorRGBADiffuseFactorProperty
 Sets the diffuse color for the material. More...
 
DynamicPropertyType< ResourceDiffuseTextureProperty
 Sets the texture that contains the diffuse color for the material. More...
 
DynamicPropertyType< ColorRGBAEmissiveFactorProperty
 Sets the color of the light that is emitted from the material. More...
 
DynamicPropertyType< ResourceEmissiveTextureProperty
 Sets the texture that contains the light emitted from the material. More...
 
DynamicPropertyType< Float > EnvironmentAmbientFactorProperty
 Sets the strength of the cubemap texture to use for ambient environment light. More...
 
DynamicPropertyType< ResourceEnvironmentAmbientTextureProperty
 Sets the cubemap to use for the ambient environment light for the material. More...
 
DynamicPropertyType< Float > EnvironmentReflectionFactorProperty
 Sets the strength of the cubemap texture to use for specular environment light. More...
 
DynamicPropertyType< ResourceEnvironmentReflectionTextureProperty
 Sets the cubemap to use for the specular environment light for the material. More...
 
DynamicPropertyType< Float > ExposureProperty
 Sets the exposure compensation for the material. More...
 
DynamicPropertyType< Float > GlossinessFactorProperty
 Sets the glossiness of the material: 0 represents a rough, diffuse surface, and 1 represents a smooth, glossy surface. More...
 
DynamicPropertyType< ResourceGlossinessTextureProperty
 Sets the texture that contains a glossiness map for the material. More...
 
AbstractMetaclass metaclass = new AbstractMetaclass("Kanzi.StandardPbrMaterial")
 Metaclass for StandardPbrMaterial.
 
DynamicPropertyType< Float > MetallicFactorProperty
 Sets the metalness of the material: 0 represents a non-metallic or dielectric object, and 1 represents a metallic object. More...
 
DynamicPropertyType< ResourceMetallicTextureProperty
 Sets the texture that contains a metallic map for the material. More...
 
DynamicPropertyType< Float > NormalScaleProperty
 Sets the normal scale for the material. More...
 
DynamicPropertyType< ResourceNormalTextureProperty
 Sets the texture that contains a normal map for the material. More...
 
DynamicPropertyType< Float > OcclusionStrengthProperty
 Sets the occlusion strength for the material. More...
 
DynamicPropertyType< ResourceOcclusionTextureProperty
 Sets the texture that contains an occlusion map for the material. More...
 
DynamicPropertyType< Float > RoughnessFactorProperty
 Sets the roughness of the material: 0 represents a smooth, glossy surface, and 1 represents a rough, diffuse surface. More...
 
DynamicPropertyType< ResourceRoughnessTextureProperty
 Sets the texture that contains a roughness map for the material. More...
 
DynamicPropertyType< Float > SpecularAntiAliasingStrengthProperty
 Sets the strength of the specular anti-aliasing effect. More...
 
DynamicPropertyType< Float > SpecularAntiAliasingThresholdProperty
 Sets the upper limit for the amount of specular anti-aliasing effect to apply. More...
 
DynamicPropertyType< ColorRGBASpecularFactorProperty
 Sets the specular color for the material. More...
 
DynamicPropertyType< ResourceSpecularTextureProperty
 Sets the texture that contains the specular color for the material. More...
 
DynamicPropertyType< Float > ToneMapLinearScaleProperty
 Sets the scale for the linear tonemap option for the material. More...
 

Detailed Description

Metadata definitions for StandardPbrMaterial.

Member Data Documentation

◆ AlphaCutoffProperty

DynamicPropertyType<Float> AlphaCutoffProperty
Initial value:
=
new DynamicPropertyType<>("AlphaCutoff", Float.class)

Sets the cutoff threshold for alpha cutting.

If the alpha value is less than the value of this property, Kanzi discards the fragment. The default value is 0.5.

◆ BaseColorFactorProperty

DynamicPropertyType<ColorRGBA> BaseColorFactorProperty
Initial value:
=
new DynamicPropertyType<>("BaseColorFactor", ColorRGBA.class)

Sets the base color for the material.

◆ BaseColorTextureProperty

DynamicPropertyType<Resource> BaseColorTextureProperty
Initial value:
=
new DynamicPropertyType<>("BaseColorTexture", Resource.class)

Sets the texture that contains the base color for the material.

Use the Base Color Factor property to filter the value from this texture.

◆ BrdfLookUpTableProperty

DynamicPropertyType<Resource> BrdfLookUpTableProperty
Initial value:
=
new DynamicPropertyType<>("BrdfLookUpTable", Resource.class)

Gets the Bidirectional Reflectance Distribution Function (BRDF) lookup table for the material.

The BRDF table is a texture that contains precomputed information about how light reflects off a material. You can use it to improve rendering quality.

◆ ClearCoatNormalScaleProperty

DynamicPropertyType<Float> ClearCoatNormalScaleProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatNormalScale", Float.class)

Sets the clear coat normal scale for the material.

Use the scale to set the intensity of the Clear Coat Normal Texture.

◆ ClearCoatNormalTextureProperty

DynamicPropertyType<Resource> ClearCoatNormalTextureProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatNormalTexture", Resource.class)

Sets the texture that contains a clear coat normal map for the material.

Use the Clear Coat Normal Scale property to scale the texture value.

◆ ClearCoatRoughnessFactorProperty

DynamicPropertyType<Float> ClearCoatRoughnessFactorProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatRoughnessFactor", Float.class)

Sets the roughness of the outer clear coat layer for the material: 0 represents a smooth, glossy surface, and 1 represents a rough, diffuse surface.

◆ ClearCoatRoughnessTextureProperty

DynamicPropertyType<Resource> ClearCoatRoughnessTextureProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatRoughnessTexture", Resource.class)

Sets the texture that contains a clear coat roughness map for the material.

Kanzi reads the roughness from the Green channel of the texture. Use the Clear Coat Roughness Factor property to scale the roughness from this texture.

◆ ClearCoatStrengthFactorProperty

DynamicPropertyType<Float> ClearCoatStrengthFactorProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatStrengthFactor", Float.class)

Sets the clear coat strength for the material: 0 represents a material with no clear coat, and 1 represents a full strength clear coat.

◆ ClearCoatStrengthTextureProperty

DynamicPropertyType<Resource> ClearCoatStrengthTextureProperty
Initial value:
=
new DynamicPropertyType<>("ClearCoatStrengthTexture", Resource.class)

Sets the texture that contains a clear coat strength map for the material.

Kanzi reads the strength from the Red channel of the texture. Use the Clear Coat Strength Factor property to scale the strength from this texture.

◆ DetailBaseColorFactorProperty

DynamicPropertyType<ColorRGBA> DetailBaseColorFactorProperty
Initial value:
=
new DynamicPropertyType<>("DetailBaseColorFactor", ColorRGBA.class)

Sets the detail base color for the material.

The detail base color is alpha blended with the standard base color.

◆ DetailBaseColorTextureProperty

DynamicPropertyType<Resource> DetailBaseColorTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailBaseColorTexture", Resource.class)

Sets the detail texture that contains the base color for the material.

Use the Detail Base Color Factor property to filter the value from this texture. The detail base color is alpha blended with the standard base color. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailClearCoatNormalScaleProperty

DynamicPropertyType<Float> DetailClearCoatNormalScaleProperty
Initial value:
=
new DynamicPropertyType<>("DetailClearCoatNormalScale", Float.class)

Sets the detail clear coat normal scale for the material.

Use the scale to set the intensity of the Detail Clear Coat Normal Texture.

◆ DetailClearCoatNormalTextureProperty

DynamicPropertyType<Resource> DetailClearCoatNormalTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailClearCoatNormalTexture", Resource.class)

Sets the detail texture that contains a clear coat normal map for the material.

Use the Detail Clear Coat Normal Scale property to scale the texture value.

◆ DetailClearCoatRoughnessTextureProperty

DynamicPropertyType<Resource> DetailClearCoatRoughnessTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailClearCoatRoughnessTexture", Resource.class)

Sets the detail texture that contains a clear coat roughness map for the material.

Use the Clear Coat Roughness Factor and Clear Coat Roughness Texture properties to scale the roughness from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailClearCoatStrengthTextureProperty

DynamicPropertyType<Resource> DetailClearCoatStrengthTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailClearCoatStrengthTexture", Resource.class)

Sets the detail texture that contains a clear coat strength map for the material.

Kanzi reads the strength from the Red channel of the texture. Use the Clear Coat Strength Factor and Clear Coat Strength Texture properties to scale the strength from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailDiffuseFactorProperty

DynamicPropertyType<ColorRGBA> DetailDiffuseFactorProperty
Initial value:
=
new DynamicPropertyType<>("DetailDiffuseFactor", ColorRGBA.class)

Sets the detail diffuse color for the material.

Kanzi alpha blends the detail diffuse color with the standard diffuse color.

◆ DetailDiffuseTextureProperty

DynamicPropertyType<Resource> DetailDiffuseTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailDiffuseTexture", Resource.class)

Sets the detail texture that contains the diffuse color for the material.

Use the Detail Diffuse Color Factor property to filter the value from this texture. Kanzi alpha blends the detail diffuse color with the standard diffuse color. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailEmissiveFactorProperty

DynamicPropertyType<ColorRGBA> DetailEmissiveFactorProperty
Initial value:
=
new DynamicPropertyType<>("DetailEmissiveFactor", ColorRGBA.class)

Sets the color of the light that is emitted from a detail texture for the material.

This color affects the local material rendering, but the light is not cast to other objects. The detail emissive light is alpha blended with the standard emissive light. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailEmissiveTextureProperty

DynamicPropertyType<Resource> DetailEmissiveTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailEmissiveTexture", Resource.class)

Sets the detail texture that contains the light emitted from the material.

Use the Detail Emissive Factor property to scale the value from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailGlossinessTextureProperty

DynamicPropertyType<Resource> DetailGlossinessTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailGlossinessTexture", Resource.class)

Sets the detail texture that contains a glossiness map for the material.

Kanzi reads the glossiness from the Alpha channel of this texture. Use the Glossiness Factor and Glossiness Texture properties to scale the glossiness from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailMetallicTextureProperty

DynamicPropertyType<Resource> DetailMetallicTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailMetallicTexture", Resource.class)

Sets the detail texture that contains a metallic map for the material.

Kanzi reads the metalness from the Blue channel of this texture. Use the Metallic Factor and Metallic Texture properties to scale the metalness from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailNormalScaleProperty

DynamicPropertyType<Float> DetailNormalScaleProperty
Initial value:
=
new DynamicPropertyType<>("DetailNormalScale", Float.class)

Sets the detail normal scale for the material.

Use the scale to set the intensity of the Detail Normal Texture.

◆ DetailNormalTextureProperty

DynamicPropertyType<Resource> DetailNormalTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailNormalTexture", Resource.class)

Sets the detail texture that contains a normal map for the material.

Use the Detail Normal Scale property to scale the texture value.

◆ DetailOcclusionStrengthProperty

DynamicPropertyType<Float> DetailOcclusionStrengthProperty
Initial value:
=
new DynamicPropertyType<>("DetailOcclusionStrength", Float.class)

Sets the detail occlusion strength for the material.

Use the strength to set the intensity of the Detail Occlusion Texture.

◆ DetailOcclusionTextureProperty

DynamicPropertyType<Resource> DetailOcclusionTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailOcclusionTexture", Resource.class)

Sets the detail texture that contains an occlusion map for the material.

Kanzi reads the occlusion from the Red channel of this texture. Use the Detail Occlusion Strength property to scale the occlusion from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailRoughnessTextureProperty

DynamicPropertyType<Resource> DetailRoughnessTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailRoughnessTexture", Resource.class)

Sets the detail texture that contains a roughness map for the material.

Kanzi reads the roughness from the Green channel of the texture. Use the Roughness Factor and Roughness Texture properties to scale the roughness from this texture. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailSpecularFactorProperty

DynamicPropertyType<ColorRGBA> DetailSpecularFactorProperty
Initial value:
=
new DynamicPropertyType<>("DetailSpecularFactor", ColorRGBA.class)

Sets the detail specular color for the material.

Kanzi alpha blends the detail specular color with the standard specular color.

◆ DetailSpecularTextureProperty

DynamicPropertyType<Resource> DetailSpecularTextureProperty
Initial value:
=
new DynamicPropertyType<>("DetailSpecularTexture", Resource.class)

Sets the detail texture that contains the specular color for the material.

Use the Detail Specular Color Factor property to filter the value from this texture. Kanzi alpha blends the detail specular color with the standard specular color. Use the Detail Texture Tiling and Detail Texture Offset properties to set UVs for this texture.

◆ DetailTextureOffsetProperty

DynamicPropertyType<Vector2> DetailTextureOffsetProperty
Initial value:
=
new DynamicPropertyType<>("DetailTextureOffset", Vector2.class)

Sets the detail texture offset for the material.

Kanzi adds this value to the UVs to produce a second set of detail UVs to use for all detail texture properties.

◆ DetailTextureTilingProperty

DynamicPropertyType<Vector2> DetailTextureTilingProperty
Initial value:
=
new DynamicPropertyType<>("DetailTextureTiling", Vector2.class)

Sets the detail texture tiling factor for the material.

Kanzi multiplies this value by the UVs to produce a second set of detail UVs to use for all detail texture properties.

◆ DiffuseFactorProperty

DynamicPropertyType<ColorRGBA> DiffuseFactorProperty
Initial value:
=
new DynamicPropertyType<>("DiffuseFactor", ColorRGBA.class)

Sets the diffuse color for the material.

◆ DiffuseTextureProperty

DynamicPropertyType<Resource> DiffuseTextureProperty
Initial value:
=
new DynamicPropertyType<>("DiffuseTexture", Resource.class)

Sets the texture that contains the diffuse color for the material.

Use the Diffuse Color Factor property to filter the value from this texture.

◆ EmissiveFactorProperty

DynamicPropertyType<ColorRGBA> EmissiveFactorProperty
Initial value:
=
new DynamicPropertyType<>("EmissiveFactor", ColorRGBA.class)

Sets the color of the light that is emitted from the material.

This color affects the local material rendering, but the light is not cast to other objects.

◆ EmissiveTextureProperty

DynamicPropertyType<Resource> EmissiveTextureProperty
Initial value:
=
new DynamicPropertyType<>("EmissiveTexture", Resource.class)

Sets the texture that contains the light emitted from the material.

Use the Emissive Factor property to scale the value from this texture.

◆ EnvironmentAmbientFactorProperty

DynamicPropertyType<Float> EnvironmentAmbientFactorProperty
Initial value:
=
new DynamicPropertyType<>("EnvironmentAmbientFactor", Float.class)

Sets the strength of the cubemap texture to use for ambient environment light.

Use the Environment Ambient Texture property to set the cubemap texture. The ambient environment light affects diffuse lighting in image based lighting.

◆ EnvironmentAmbientTextureProperty

DynamicPropertyType<Resource> EnvironmentAmbientTextureProperty
Initial value:
=
new DynamicPropertyType<>("EnvironmentAmbientTexture", Resource.class)

Sets the cubemap to use for the ambient environment light for the material.

This cubemap affects the diffuse lighting during image based lighting. Use the Environment Ambient Factor property to set the strength of the cubemap texture.

◆ EnvironmentReflectionFactorProperty

DynamicPropertyType<Float> EnvironmentReflectionFactorProperty
Initial value:
=
new DynamicPropertyType<>("EnvironmentReflectionFactor", Float.class)

Sets the strength of the cubemap texture to use for specular environment light.

Use the Environment Reflection Texture property to set the cubemap texture. The specular environment light affects reflective lighting in image based lighting.

◆ EnvironmentReflectionTextureProperty

DynamicPropertyType<Resource> EnvironmentReflectionTextureProperty
Initial value:
=
new DynamicPropertyType<>("EnvironmentReflectionTexture", Resource.class)

Sets the cubemap to use for the specular environment light for the material.

This cubemap affects reflective lighting during image based lighting. Use the Environment Reflection Factor property to set the strength of the cubemap texture.

◆ ExposureProperty

DynamicPropertyType<Float> ExposureProperty
Initial value:
=
new DynamicPropertyType<>("Exposure", Float.class)

Sets the exposure compensation for the material.

The exposure compensation emulates camera exposure by controlling the total amount of light rendered. Use a negative value to darken the rendered image, and a positive value to lighten the image. Exposure is exponential: 1.0 is twice as bright as 0.0, and -1.0 is half as bright as 0.0.

◆ GlossinessFactorProperty

DynamicPropertyType<Float> GlossinessFactorProperty
Initial value:
=
new DynamicPropertyType<>("GlossinessFactor", Float.class)

Sets the glossiness of the material: 0 represents a rough, diffuse surface, and 1 represents a smooth, glossy surface.

◆ GlossinessTextureProperty

DynamicPropertyType<Resource> GlossinessTextureProperty
Initial value:
=
new DynamicPropertyType<>("GlossinessTexture", Resource.class)

Sets the texture that contains a glossiness map for the material.

Kanzi reads the glossiness from the Alpha channel of this texture. Use the Glossiness Factor property to scale the glossiness from this texture.

◆ MetallicFactorProperty

DynamicPropertyType<Float> MetallicFactorProperty
Initial value:
=
new DynamicPropertyType<>("MetallicFactor", Float.class)

Sets the metalness of the material: 0 represents a non-metallic or dielectric object, and 1 represents a metallic object.

◆ MetallicTextureProperty

DynamicPropertyType<Resource> MetallicTextureProperty
Initial value:
=
new DynamicPropertyType<>("MetallicTexture", Resource.class)

Sets the texture that contains a metallic map for the material.

Kanzi reads the metalness from the Blue channel of this texture. Use the Metallic Factor property to scale the value from this texture.

◆ NormalScaleProperty

DynamicPropertyType<Float> NormalScaleProperty
Initial value:
=
new DynamicPropertyType<>("NormalScale", Float.class)

Sets the normal scale for the material.

Use the scale to set the intensity of the Normal Texture.

◆ NormalTextureProperty

DynamicPropertyType<Resource> NormalTextureProperty
Initial value:
=
new DynamicPropertyType<>("NormalTexture", Resource.class)

Sets the texture that contains a normal map for the material.

Use the Normal Scale property to scale the texture value.

◆ OcclusionStrengthProperty

DynamicPropertyType<Float> OcclusionStrengthProperty
Initial value:
=
new DynamicPropertyType<>("OcclusionStrength", Float.class)

Sets the occlusion strength for the material.

Use the strength to set the intensity of the Occlusion Texture.

◆ OcclusionTextureProperty

DynamicPropertyType<Resource> OcclusionTextureProperty
Initial value:
=
new DynamicPropertyType<>("OcclusionTexture", Resource.class)

Sets the texture that contains an occlusion map for the material.

Use the Occlusion Strength property to scale the occlusion from the texture.

◆ RoughnessFactorProperty

DynamicPropertyType<Float> RoughnessFactorProperty
Initial value:
=
new DynamicPropertyType<>("RoughnessFactor", Float.class)

Sets the roughness of the material: 0 represents a smooth, glossy surface, and 1 represents a rough, diffuse surface.

◆ RoughnessTextureProperty

DynamicPropertyType<Resource> RoughnessTextureProperty
Initial value:
=
new DynamicPropertyType<>("RoughnessTexture", Resource.class)

Sets the texture that contains a roughness map for the material.

Kanzi reads the roughness from the Green channel of the texture. Use the Roughness Factor property to scale the roughness from this texture.

◆ SpecularAntiAliasingStrengthProperty

DynamicPropertyType<Float> SpecularAntiAliasingStrengthProperty
Initial value:
=
new DynamicPropertyType<>("SpecularAntiAliasingStrength", Float.class)

Sets the strength of the specular anti-aliasing effect.

Higher value results in blurrier specular highlights. For no specular anti-aliasing, set the value to 0. For full specular anti-aliasing, set the value to 1. The default value is 0.25.

◆ SpecularAntiAliasingThresholdProperty

DynamicPropertyType<Float> SpecularAntiAliasingThresholdProperty
Initial value:
=
new DynamicPropertyType<>("SpecularAntiAliasingThreshold", Float.class)

Sets the upper limit for the amount of specular anti-aliasing effect to apply.

The default value is 0.18.

◆ SpecularFactorProperty

DynamicPropertyType<ColorRGBA> SpecularFactorProperty
Initial value:
=
new DynamicPropertyType<>("SpecularFactor", ColorRGBA.class)

Sets the specular color for the material.

◆ SpecularTextureProperty

DynamicPropertyType<Resource> SpecularTextureProperty
Initial value:
=
new DynamicPropertyType<>("SpecularTexture", Resource.class)

Sets the texture that contains the specular color for the material.

Use the Specular Color Factor property to filter the value from this texture.

◆ ToneMapLinearScaleProperty

DynamicPropertyType<Float> ToneMapLinearScaleProperty
Initial value:
=
new DynamicPropertyType<>("ToneMapLinearScale", Float.class)

Sets the scale for the linear tonemap option for the material.

When linear tonemapping is used, Kanzi divides all output color by the value of this property.