Class TObject3dOBJ

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TObject3dOBJ = class(TObjectBBox)

Description

3D model in OBJ file format.

Hierarchy

Overview

Methods

Public constructor Create(const fname: string);
Public destructor Destroy; override;
Public function BoundingBox: TBox3d; override;

Properties

Public property Verts: TDynVector3SingleArray read FVerts;
Public property TexCoords: TDynVector2SingleArray read FTexCoords;
Public property Normals: TDynVector3SingleArray read FNormals;
Public property Faces: TDynWavefrontFaceArray read FFaces;
Public property Materials: TWavefrontMaterialsList read FMaterials;

Description

Methods

Public constructor Create(const fname: string);
 
Public destructor Destroy; override;
 
Public function BoundingBox: TBox3d; override;
 

Properties

Public property Verts: TDynVector3SingleArray read FVerts;

Model data.

Contents of Verts, TexCoords, Normals and Faces are read-only for users of this class.

Public property TexCoords: TDynVector2SingleArray read FTexCoords;
 
Public property Normals: TDynVector3SingleArray read FNormals;
 
Public property Faces: TDynWavefrontFaceArray read FFaces;
 
Public property Materials: TWavefrontMaterialsList read FMaterials;
 

Generated by PasDoc 0.10.0 on 2008-02-25 00:00:37