[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |