Changeset 12098 for code/branches/shader_HS18/src
- Timestamp:
- Nov 11, 2018, 5:38:58 PM (6 years ago)
- 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 65 65 this->scenemanager_->destroyEntity(this->entity_); 66 66 67 67 68 68 if (GameMode::showsGraphics()) 69 69 { … … 73 73 this->entity_->setCastShadows(this->bCastShadows_); 74 74 75 75 76 76 unsigned short src, dest; 77 77 if (!this->entity_->getMesh()->suggestTangentVectorBuildParams(Ogre::VertexElementSemantic::VES_TANGENT, src, dest)) … … 120 120 this->entity_->getSubEntity(index)->setMaterialName(name); 121 121 } 122 else 122 else 123 123 orxout() << "ERROR at Index " << index << endl; 124 124 } -
code/branches/shader_HS18/src/libraries/tools/Timer.h
r12029 r12098 78 78 79 79 #include "tools/ToolsPrereqs.h" 80 #include <functional> 80 81 81 82 #include "core/object/Listable.h"
Note: See TracChangeset
for help on using the changeset viewer.