Page 1 of 1

Resources

Posted: Thu Apr 08, 2010 10:29 am
by reza
Please list here resources for OpenGL tutorials, code, information, etc.

Here is a basic one:

http://blog.onesadcookie.com/2007/12/xc ... orial.html

Re: Resources

Posted: Thu Apr 08, 2010 10:31 am
by ritesh
some video tutorials that helped me getting started using openGL in C++:

http://www.videotutorialsrock.com/index.php

Re: Resources

Posted: Fri Apr 09, 2010 10:33 pm
by ritesh
something to help with getting keyboard inputs to work: http://www.lighthouse3d.com/opengl/glut/index.php?5

Re: Resources

Posted: Sun Apr 25, 2010 6:47 pm
by jrdelaney
So someone was asking about Metaballs and developing surfaces from point data. Turns out there is a nice little algorithm that will take data or level set function and turn it into a surface:
http://local.wasp.uwa.edu.au/~pbourke/g ... olygonise/

Re: Resources

Posted: Sun Apr 25, 2010 7:35 pm
by jrdelaney
Additionally here is a really nice paper on Dynamics and doing dynamic algorithms in real time.