Resources

Fundamentals of Spatial Computing
Course website: http://www.mat.ucsb.edu/594cm/2010/index.html
Post Reply
reza
Posts: 5
Joined: Sun Apr 04, 2010 12:44 pm

Resources

Post by reza » Thu Apr 08, 2010 10:29 am

Please list here resources for OpenGL tutorials, code, information, etc.

Here is a basic one:

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

User avatar
ritesh
Posts: 10
Joined: Mon Mar 29, 2010 7:13 pm

Re: Resources

Post by ritesh » Thu Apr 08, 2010 10:31 am

some video tutorials that helped me getting started using openGL in C++:

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

User avatar
ritesh
Posts: 10
Joined: Mon Mar 29, 2010 7:13 pm

Re: Resources

Post by ritesh » Fri Apr 09, 2010 10:33 pm

something to help with getting keyboard inputs to work: http://www.lighthouse3d.com/opengl/glut/index.php?5

jrdelaney
Posts: 2
Joined: Tue Apr 06, 2010 9:13 am

Re: Resources

Post by jrdelaney » Sun Apr 25, 2010 6:47 pm

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/

jrdelaney
Posts: 2
Joined: Tue Apr 06, 2010 9:13 am

Re: Resources

Post by jrdelaney » Sun Apr 25, 2010 7:35 pm

Additionally here is a really nice paper on Dynamics and doing dynamic algorithms in real time.
Attachments
a88-muller.pdf
(8.37 MiB) Downloaded 600 times

Post Reply