FMX.Import.TGEVertexSource.NormalSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property NormalSource : TPoint3DDynArray write FNormalSource;

C++

__property Fmx::Types3d::TPoint3DDynArray NormalSource = {write=FNormalSource};

Properties

Type Visibility Source Unit Parent
property public
FMX.Import.pas
FMX.Import.hpp
FMX.Import TGEVertexSource

Description

Specifies the source of the vertex normals.

NormalSource is a dynamic array of TPoint3D values.

See Also