LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   OpenGL multitexture (https://www.linuxquestions.org/questions/programming-9/opengl-multitexture-193070/)

The_Nerd 06-13-2004 03:58 PM

OpenGL multitexture
 
Can anyone point out any good resources, books, tutorials, online docs, etc... for OpenGL multitexturing??? I want to know it inside and out, but I can't seem to find anything useful. Thanks.

deiussum 06-14-2004 08:20 AM

If you want to know all the internals of any of the OpenGL functions and extensions, the best place you can generally go is to the OpenGL spec itself, and the OpenGL extension registry. Admittedly, it's not always in the best format to understand it, but it does generally supply all the details you need to know.

For examples of multitexturing, you might want to take a look at http://nehe.gamedev.net/. Most of his examples are for Win32, but the OpenGL calls are still basically the same, and he does have projects you can download for other sytems for most of his tutorials.

The nVidia developer pages might be worth looking at too, especially if you've got an nVidia card and want to get some examples of all the cool extensions supported by those cards.

There are also a lot of knowledgeable people over at the forums on OpenGL.org if you have any specific questions.

The_Nerd 06-14-2004 11:49 AM

Thanks! I'll check all those resources out. Wish me luck.


All times are GMT -5. The time now is 01:37 AM.