FMX.Types3D.TMeshData.CalcFaceNormals

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CalcFaceNormals(const PropagateFaceNormalsToVertices: Boolean = True);

C++

void __fastcall CalcFaceNormals(const bool PropagateFaceNormalsToVertices = true);

Properties

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

Description

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

See Also