Ignore:
Timestamp:
06/03/16 16:24:49 (9 years ago)
Author:
epyon
Message:
  • ecs implementation
  • mipmapping by default for material manager
  • minor fixes
File:
1 edited

Legend:

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

    r491 r498  
    2828        {
    2929                gpu_material* result = new gpu_material;
    30                 sampler smp( sampler::LINEAR, sampler::REPEAT );
     30                sampler smp( sampler::LINEAR_MIPMAP_LINEAR, sampler::REPEAT );
    3131                for ( uint32 i = 0; i < size( mat->paths ); ++i )
    3232                        if ( !mat->paths[i].empty() )
Note: See TracChangeset for help on using the changeset viewer.