Unit 'DirectXUT' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_win_directxut]

CDXUTMesh.CreateMesh

Declaration

Source position: DirectXUT.pas line 1381

public function CDXUTMesh.CreateMesh(

  const pd3dDevice: IDirect3DDevice9;

  strFilename: PWideChar

):HRESULT; overload;

function CDXUTMesh.CreateMesh(

  const pd3dDevice: IDirect3DDevice9;

  pFileData: ID3DXFileData

):HRESULT; overload;

function CDXUTMesh.CreateMesh(

  const pd3dDevice: IDirect3DDevice9;

  pInMesh: ID3DXMesh;

  pd3dxMaterials: PD3DXMaterial;

  dwMaterials: DWORD

):HRESULT; overload;



CT Web help

CodeTyphon Studio