Previous Up Next

M3importTexture
OBSOLETE function.
Replaces the contents of a texture by another, by writing over the pallet.
Requires the bitmap to be 256*256, 128*128 or 64*64.

I M3importTexture (
S3d _session_
HTx3d _texture_
ObjBitmap8 _bitmap8_
)
Parameters

_session_
3D Session
_texture_
Texture
_bitmap8_
Image coded in 8bit / pixel
Return value

0 if successful, otherwise nil
See Also

M3blitTexture