How do I use such SDks like Nvidia's OPenGL SDK ??

Hi !!

How do I use such SDKs for programming ??

Thanks dominik

[This message has been edited by umount (edited 08-16-2001).]

Use the source, Luke

The nVidia OpenGL SDK has lots of examples to teach you various concepts. You can adapt their examples for your own purposes or make your own projects based on their ideas. For example, I am using ideas I got from their cull_fragment2 demo. The SDK also comes with many useful files, like nvparse.lib, updated glext.h and wglext.h. You can also use their extension mechanism, and their NVEffectsBrowser. So, the SDK doesn’t actually do anything. You just use it as a learning/development tool.

Hope that helps.