More cleaning

This commit is contained in:
Elderme
2016-02-06 15:06:39 +01:00
parent 6465666d7c
commit 6bf238a134
2 changed files with 0 additions and 29 deletions

View File

@@ -43,26 +43,6 @@
#include <functional>
namespace
{
} //namespace
///TODO
/*static std::unordered_map <scene::IMeshBuffer *, std::vector<std::pair<GLMesh *, scene::ISceneNode*> > > MeshForSolidPass[Material::SHADERTYPE_COUNT], MeshForShadowPass[Material::SHADERTYPE_COUNT][4], MeshForRSM[Material::SHADERTYPE_COUNT];
static std::unordered_map <scene::IMeshBuffer *, std::vector<std::pair<GLMesh *, scene::ISceneNode*> > > MeshForGlowPass;
static std::vector <STKMeshCommon *> DeferredUpdate;*/
///TODO
static core::vector3df windDir;
// From irrlicht code
static
bool isBoxInFrontOfPlane(const core::plane3df &plane, const core::vector3df edges[8])
@@ -106,9 +86,3 @@ bool isCulledPrecise(const scene::ICameraSceneNode *cam, const scene::ISceneNode
}

View File

@@ -28,11 +28,8 @@
#include "graphics/stk_billboard.hpp"
#include "graphics/stk_mesh.hpp"
//TODO
void addEdge(const core::vector3df &P0, const core::vector3df &P1);
bool isCulledPrecise(const scene::ICameraSceneNode *cam, const scene::ISceneNode *node);
#endif