vancegroup / vr-jugglua

VR JuggLua: A Framework for VR Applications Combining Lua, OpenSceneGraph, and VR Juggler
Boost Software License 1.0
11 stars 11 forks source link

Need opengl constants #96

Closed carlsonp closed 11 years ago

carlsonp commented 11 years ago

Like GL_LIGHTING - perhaps put them in like osg.GL_LIGHTING. Should be a scripted generation from gl.h, but probably doesn't have to happen every build.

rpavlik commented 11 years ago

OK, commit f0b141cfd3e80bf94fdd12ad3747fa5a4dafae64 added an initial shot at this. require "gldef" then all are accessible under the table gldef.

rpavlik commented 11 years ago

This is done - gldef handles it competently and is generated from gl.h