diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-21 05:02:44 (GMT) |
commit | e3ecf26d45afd3511634a7e5d9e0e569c038f915 (patch) | |
tree | 4b0bcea1ed940cad9a685c644b813a6a772c2207 /src/OffscreenContextAll.hpp | |
parent | fc2d9341fac6948716b328b75f3366313bd2545a (diff) |
obj_rot + obj_trans -> Eigen::Vector. simplify glinfo dialog box.
Diffstat (limited to 'src/OffscreenContextAll.hpp')
-rw-r--r-- | src/OffscreenContextAll.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/OffscreenContextAll.hpp b/src/OffscreenContextAll.hpp index b07cea0..b845114 100644 --- a/src/OffscreenContextAll.hpp +++ b/src/OffscreenContextAll.hpp @@ -62,7 +62,6 @@ OffscreenContext *create_offscreen_context_common(OffscreenContext *ctx) std::cerr << "Unable to init GLEW: " << glewGetErrorString(err) << "\n"; return NULL; } - //cerr << glew_dump(0); ctx->fbo = fbo_new(); if (!fbo_init(ctx->fbo, ctx->width, ctx->height)) { |