Results 1 to 3 of 3

Thread: Alternative Textureloader for OpenGL

  1. #1

    Alternative Textureloader for OpenGL

    hi guys,

    iam looking for textureloader for opengl

    i need to load 100 textures

    i also worked with GLBMP.pas and bmp.pas

    with GLBMP the textures wouldnt draw sometimes?
    with bmp i get a 'no more virtual memory' exception?

    what else loader you know?

    Thanks

  2. #2

    Alternative Textureloader for OpenGL

    Have a look at the samples at http://www.sulaco.co.za/.

  3. #3

    Alternative Textureloader for OpenGL

    SDL_Image is fantastic for loading images from files, and generating textures from the SDL Surfaces is faily stright forward. It supports loading the alpha channel on png and tga files (and probably others too), and it takes away the need to check the image type when loading.
    <A HREF="http://www.myhpf.co.uk/banner.asp?friend=139328">
    <br /><IMG SRC="http://www.myhpf.co.uk/banners/60x468.gif" BORDER="0">
    <br /></A>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •