PDA

View Full Version : This reference site is really good


Jones
2006.07.03, 02:38 PM
I bet a bunch of you already know about this site, but for those who don't, check it out.

http://www.mevis.de/opengl/opengl.html

The pages are clean, and explain the attributes of all the functions of OpenGL. It's helped me understand quite a bit of stuff I didn't really get before.

unknown
2006.07.03, 03:04 PM
Its just man pages, you can type "man gluLookAt" etc etc in the terminal.. Saves using the internet.

Jones
2006.07.03, 04:34 PM
Its just man pages, you can type "man gluLookAt" etc etc in the terminal.. Saves using the internet.

Good lord... you can! Amazing! I've use man before, but I never knew it working for this stuff... crazyness.

Thanks a ton!

I think I'll chuck together a little AppleScript application for OpenGL references or something...

PowerMacX
2006.07.03, 09:12 PM
I think I'll chuck together a little AppleScript application for OpenGL references or something...

Well, if you do your development in Xcode, you could just select "Help>Open man page..." ;)