devil
Load a cubemap in a DDS file with DevIL
I only get the first face in a cubemap. How do I access/load the other ones? With DevIL 1.7.8 on Ubuntu Natty:[详细]
2023-04-08 10:34 分类:问答Issue with texture loading using the DevIl library
I am working with the DevIl library and trying to use it to load a texture to OpenGL to apply to a sprite. The code is directly out of the C# Game Programming for Serious Game Design book (if that hel[详细]
2023-03-27 21:32 分类:问答DevIL library files and dependencies
Okay, here\'s the thing. I have all the IL files I need, namely DevIL.dll DevIL.lib ILU.dll ILU.lib ILUT.dll[详细]
2023-02-28 01:26 分类:问答DevIL and OpenGL in C++
I am writing a C++ OpenGL project using DevIL and I am getting compile-time errors while trying to work out how to load an image to use as a texture.[详细]
2023-02-25 01:41 分类:问答Loading a BMP into an OpenGL textures switches the red and blue colors. (C++/Windows)
I\'m trying to load a bitmap into an OpenGL texture and display it to the screen, but when I do so, the red and blue values seem to switch (e.g.: a blue image appears orange, green images remain uncha[详细]
2023-02-13 07:10 分类:问答White textures with OpenGL and DevIL on some Windows systems
I\'m having some problems trying to load images with DevIL and creating textures in OpenGL. When a friend of mine tested my program on his Windows, all the rects, whom were supposed to contain texture[详细]
2023-01-31 07:40 分类:问答Using a dynamic library (DevIL/OpenIL) in a Xcode project
i am trying to compile example source code which is using the OpenGL, SDL and IL aka DevIL aka OpenIL libraries. OpenGL and SDL are available as native frameworks, but DevIL isn\'t. So here is what i[详细]
2023-01-22 00:50 分类:问答