Click or drag to resize

MaterialDisplacementTechnique Property

The way to calculate height displacement. You can use displacement mapping, the data of heights are taken from Displacement property. Tessellation method is another more accurate way to render the displacement.

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<MaterialDisplacementMethodEnum> DisplacementTechnique { get; set; }

Property Value

Type: ReferenceMaterialDisplacementMethodEnum
See Also