Ignore:
Timestamp:
08/16/16 19:45:45 (9 years ago)
Author:
epyon
Message:
  • model tag support
  • local transform particle engines
  • fix for 3d textures
  • minor cleanups/fixes
File:
1 edited

Legend:

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

    r512 r515  
    5858        if ( table.is_string( "material" ) )
    5959                cmaterial = m_rm->get< material >( table.get_string128( "material" ) );
     60
     61        if ( table.is_string( "tag" ) )
     62                node->tag = table.get_string32( "tag" );
    6063
    6164        if ( table.has_field( "path" ) )
Note: See TracChangeset for help on using the changeset viewer.