Changeset 529 for trunk/src/engine/particle_engine.cc
- Timestamp:
- 01/05/17 13:50:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/engine/particle_engine.cc
r522 r529 454 454 uint32 ecount = info->data->emitter_count; 455 455 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 // }463 456 464 457 for ( uint32 i = 0; i < ecount; ++i )
Note: See TracChangeset
for help on using the changeset viewer.