Skip to content

Commit

Permalink
added glu to the mix, still not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed May 23, 2010
1 parent ffbfda7 commit a097d76
Show file tree
Hide file tree
Showing 6 changed files with 600 additions and 585 deletions.
3 changes: 3 additions & 0 deletions src/binding.cc
Expand Up @@ -3,6 +3,7 @@

#include "gl.h"
#include "glfw.h"
#include "glu.h"

using namespace v8;
using namespace node;
Expand All @@ -13,4 +14,6 @@ init (Handle<Object> target)
HandleScope scope;
glfw::Initialize(target);
gl::Initialize(target);
glu::Initialize(target);
}

0 comments on commit a097d76

Please sign in to comment.