FMX.Types3D.TMeshData.CalcSmoothNormals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcSmoothNormals(const Method: TCalculateNormalMethod = TCalculateNormalMethod.Default; const WeldEpsilon: Single = 0.001);

C++

void __fastcall CalcSmoothNormals(const TCalculateNormalMethod Method = (TCalculateNormalMethod)(0x0), const float WeldEpsilon = 1.000000E-03f);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Description

Calculates the smooth normal vectors for all the faces of the mesh.

See Also