Thursday, March 29, 2012

Blender video tutorials

http://www.blender.org/education-help/tutorials/

Monday, March 26, 2012

OpenGL materials

http://www3.ntu.edu.sg/home/ehchua/programming/opengl/GL1_Introduction.html

Sunday, March 11, 2012

Installing GLEW in ubuntu 10.10

  1. Update the package index:
    # sudo apt-get update
  2. Install glew-utils deb package:
    # sudo apt-get install glew-utils  
3.
sudo apt-get install subversion build-essential libglew1.5-dev