| Description | Hierarchy | Fields | Methods | Properties |
type TObject3dOBJ = class(TObjectBBox)
3D model in OBJ file format.
![]() |
constructor Create(const fname: string); |
![]() |
destructor Destroy; override; |
![]() |
function BoundingBox: TBox3d; override; |
![]() |
property Verts: TDynVector3SingleArray read FVerts; |
![]() |
property TexCoords: TDynVector2SingleArray read FTexCoords; |
![]() |
property Normals: TDynVector3SingleArray read FNormals; |
![]() |
property Faces: TDynWavefrontFaceArray read FFaces; |
![]() |
property Materials: TWavefrontMaterialsList read FMaterials; |
![]() |
constructor Create(const fname: string); |
![]() |
destructor Destroy; override; |
![]() |
function BoundingBox: TBox3d; override; |
![]() |
property Verts: TDynVector3SingleArray read FVerts; |
|
Model data. Contents of | |
![]() |
property TexCoords: TDynVector2SingleArray read FTexCoords; |
![]() |
property Normals: TDynVector3SingleArray read FNormals; |
![]() |
property Faces: TDynWavefrontFaceArray read FFaces; |
![]() |
property Materials: TWavefrontMaterialsList read FMaterials; |