Viewing Textures !!

LDV

Active member
Joined
Dec 29, 2003
Messages
31
Hi,

Im trying to view a portion of a texture using DirectX3D.
Im using the Sprite class.

When using TextureLoader.FromFile(device, fileName);
It draws the Texture not with the right size.....
Why is it??

When using TextureLoader.FromFile(device, fileName, size, size, Filter, usgae etc)

It draws the Texture in the right size but with no Alpha blending.

Why?

LDV
 
Back
Top