Unit 'orca_scene3d' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_orca3d]

TD3MeshData

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: orca_scene3d.pas line 676

type TD3MeshData = class(TPersistent)

protected

  procedure DefineProperties(); override;

  

  procedure ReadMesh();

  

  procedure WriteMesh();

  

public

  MeshVertices: array of TD3TexVertexNormal;

  

  MeshIndices: array of Word;

  

  constructor Create; virtual;

  

  destructor Destroy; override;

  

  procedure Clear;

  

  procedure Assign(); override;

  

  procedure CalcNormals;

  

  property OnChanged: TNotifyEvent; [rw]

  

  property Handle: Cardinal; [rw]

  

  property NeedUpdate: Boolean; [rw]

  

  property OnDestroyHandle: TNotifyEvent; [rw]

  

published

  property Normals: Ansistring; [rws]

  

  property Points: Ansistring; [rws]

  

  property TexCoordinates: Ansistring; [rws]

  

  property TriangleIndices: Ansistring; [rws]

  

end;

Inheritance

TD3MeshData

  

|

TObject



CT Web help

CodeTyphon Studio