FMX.Types3D.TMeshData.CalcSmoothNormals

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TMeshData

Beschreibung

Berechnet die geglätteten Normalenvektoren für alle Flächen (Faces) des Netzes.

Siehe auch