Unit 'nxModel' Package
[Overview][Types][Classes][Index] [#pl_nxpascal]

TModelMS3D

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

Declaration

Source position: nxModel.pas line 264

type TModelMS3D = class

  vCount: Word;

  

  fCount: Word;

  

  groups: Word;

  

  mats: Word;

  

  joints: Word;

  

  AnimationFPS: single;

  

  CurrentTime: single;

  

  TotalFrames: LongInt;

  

  va: array of TMS3DVertex;

  

  fa: array of TMS3DTri;

  

  grp: array of TMS3DGroup;

  

  mat: array of TMS3DMaterial;

  

  joint: array of TMS3DJoint;

  

public

  constructor Create();

  

  procedure AssignToTri();

  

end;

Inheritance

TModelMS3D

  

|

TObject



CT Web help

CodeTyphon Studio