CGgl ???

Started by
4 comments, last by meh 19 years, 9 months ago
i read a lot about using CG mode in OGL i want to learn it if any one know about some good tutorial i be so happy if post it :) bye! ff8
Advertisement
What do you exactly want to learn ? How to use CG or how to handle CG with OpenGL ?

Chman
- Artist on the web -- Lwjgl Ressources & blog -
The best tutorial out there is the official tutorial book, The CG Tutorial. Aside from that just about any reference on HLSL(High Level Shader Language), CG, or GLSL(OpenGL Shading Language) will be useful since they're almost all identical as languages. CGgl is just a library intended to be used when someone is using CG with OpenGL, it also has a DX counterpart(CGDXversion).
Download the SDK from NVIDIA's website read the user guide and it shows you all you need to know to get the CG GL Runtime up together. It's a nice, quick and simple way to get Shaders running in GL. Otherwise you can precompile you shaders and load them in via the GL extensions.
thank you guys you help me i want the link for that:)
bye!
ff8
Quote:Original post by ff8
thank you guys you help me i want the link for that:)
bye!
ff8


http://www.nvidia.com

Hit their developers section, its all there. :)

This topic is closed to new replies.

Advertisement