Previous Up Next

M3importTexture16
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 M3importTexture16 (
S3d _session_
HTx3d _texture_
ObjBitmap _bitmap16_
)
Parameters

_session_
3D Session
_texture_
Texture
_bitmap16_
Image coded in 16bits / pixel
Return value

0 if successful, otherwise nil
See Also

M3blitTexture