Board index » delphi » background Texture, DelphiX, DirectX6
Bost
![]() Delphi Developer |
Mon, 28 May 2001 03:00:00 GMT
background Texture, DelphiX, DirectX6
Hello !
Ive a Problem with DelphiX and Direct3DRM (DirectX 6 ! ,Delphi 3) using a My isolated Code looks like that : procedure TBaseFormX.DXDrawInitialize(Sender: TObject); var ... EmptySurface := TDirectDrawSurface.Create(DXDraw.DDraw); DXDraw.D3DRM.CreateTextureFromSurface(EmptySurface.ISurface,bkg_texture); ... but theres is nothing shown ! Using : DXDraw.D3DRM.CreateTexture(empty_Image,bkg_texture); works, but didnt solve my Problem ! I hope you can help me ... Dominik F. P.S. If you answer per e-mail please remark "to Dominik F." in 'Remarks' !) |