API:FMX.Import.TGEVertex

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TGEVertex = record
    Pos: TPoint3D;
    Nor: TPoint3D;
    Tex: TPointF;
    Sth: Integer;   // smooth group
    GenerateNormal: Boolean;
  end;

C++

struct DECLSPEC_DRECORD TGEVertex
{
public:
    System::Math::Vectors::TPoint3D Pos;
    System::Math::Vectors::TPoint3D Nor;
    System::Types::TPointF Tex;
    int Sth;
    bool GenerateNormal;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !