Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 11, 2018, 5:38:58 PM (5 years ago)
Author:
wiesep
Message:

Working version

Location:
code/branches/shader_HS18/src/libraries/tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/shader_HS18/src/libraries/tools/Mesh.cc

    r12076 r12098  
    6565            this->scenemanager_->destroyEntity(this->entity_);
    6666
    67    
     67
    6868        if (GameMode::showsGraphics())
    6969        {
     
    7373                this->entity_->setCastShadows(this->bCastShadows_);
    7474
    75                
     75
    7676                unsigned short src, dest;
    7777                if (!this->entity_->getMesh()->suggestTangentVectorBuildParams(Ogre::VertexElementSemantic::VES_TANGENT, src, dest))
     
    120120                this->entity_->getSubEntity(index)->setMaterialName(name);
    121121        }
    122         else 
     122        else
    123123            orxout() << "ERROR at Index " << index << endl;
    124124    }
  • code/branches/shader_HS18/src/libraries/tools/Timer.h

    r12029 r12098  
    7878
    7979#include "tools/ToolsPrereqs.h"
     80#include <functional>
    8081
    8182#include "core/object/Listable.h"
Note: See TracChangeset for help on using the changeset viewer.