API:FMX.Import.TGEVertex

提供:RAD Studio API Documentation

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

プロパティ

種類 可視性 ソース ユニット
record
struct
public
FMX.Import.pas
FMX.Import.hpp
FMX.Import FMX.Import

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。