Changeset 53 for trunk/tests/lualib_test


Ignore:
Timestamp:
05/29/13 14:37:46 (12 years ago)
Author:
epyon
Message:
  • lua_glm - powertool - almost complete implementation of glm/glsl like vectors (templated lua registration)
  • lua_glm - ivec2, ivec3, ivec3, vec2, vec3, vec4 supported, adding others is trivial (one line)
  • lua_glm - full support for swizzle and partial construction
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/lualib_test/lualib_test.cc

    r52 r53  
    11#include <nv/lib/lua.hh>
    22#include <nv/lua/lua_raw.hh>
     3#include <nv/lua/lua_glm.hh>
    34#include <nv/logger.hh>
    45#include <string>
     
    2425                { NULL, NULL}
    2526        };
     27
     28        nlua_register_glm( lua_state );
    2629
    2730        const luaL_Reg *lib = lualibs;
Note: See TracChangeset for help on using the changeset viewer.