Hello Guest

is it possible to load B.M.P. files as a texture with LWJGL?

  • 2 Replies
  • 3645 Views
*

Offline Zin

  • *
  • 15
is it possible to load BMP files as a texture with LWJGL? and how to do it? i got a large high definition photo/picture and i want to load it but i don't know if i can or how to please explain to me and tell me if possible :D thanks

*

Offline spasi

  • *****
  • 2258
    • WebHotelier
Re: is it possible to load B.M.P. files as a texture with LWJGL?
« Reply #1 on: July 12, 2016, 06:03:42 »
Yes, using stb_image. Here's a demo to get you started.

*

Offline Zin

  • *
  • 15
Re: is it possible to load B.M.P. files as a texture with LWJGL?
« Reply #2 on: July 12, 2016, 16:51:52 »
thanks :>