FMX.ASE.Model.TAseMesh.FVertexSource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FVertexSource: TGEVertexSource;

C++

Fmx::Import::TGEVertexSource* FVertexSource;

Properties

Type Visibility Source Unit Parent
field public
FMX.ASE.Model.pas
FMX.ASE.Model.hpp
FMX.ASE.Model TAseMesh

Description

Stores the vertices that compose the model.

FVertexSource is a collection of vertices and their properties: position, texture, and normal.

See Also