Ignore:
Timestamp:
01/05/17 13:50:41 (8 years ago)
Author:
epyon
Message:
  • mass update
File:
1 edited

Legend:

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

    r522 r529  
    454454        uint32 ecount = info->data->emitter_count;
    455455        if ( ecount == 0 ) return;
    456 
    457         bool local = model.is_identity();
    458 //      if ( !local )
    459 //      {
    460 //              source = vec3( m_model_matrix[3] );
    461 //              orient = mat3( m_model_matrix );
    462 //      }
    463456
    464457        for ( uint32 i = 0; i < ecount; ++i )
Note: See TracChangeset for help on using the changeset viewer.