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

TMaterial

Declaration

Source position: nxModel.pas line 17

type TMaterial = record

  name: string;

  

  texture: string;

  

  texIndex: SmallInt;

  

  addMode: Boolean;

  

  transparent: Boolean;

  

  color: TRGBA;

  

  shininess: single;

  

  specular: single;

  

end;



CT Web help

CodeTyphon Studio