Ignore:
Timestamp:
08/03/16 20:55:13 (9 years ago)
Author:
epyon
Message:
  • lua_math fixes
  • flags part of model definition
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/engine/model_manager.cc

    r510 r512  
    88
    99#include "nv/lua/lua_math.hh"
     10#include "nv/lua/lua_flags.hh"
    1011
    1112using namespace nv;
     
    1617
    1718        model* gm = new model;
     19        gm->flags  = table.get< flags<32> >( "flags" );
    1820        gm->attach = table.get_string_hash_64( "attach" );
    1921        gm->root.set_position( table.get<vec3>( "root_position", vec3() ) );
Note: See TracChangeset for help on using the changeset viewer.