From b0d86ebe5a3c2330307a5c383f0136377338336c Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Mon, 25 Feb 2013 21:58:01 +0100 Subject: Better light sorting Should fix lighting issue (#62) --- test/unit/ui/stubs/engine_stub.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'test/unit/ui/stubs') diff --git a/test/unit/ui/stubs/engine_stub.cpp b/test/unit/ui/stubs/engine_stub.cpp index 40886da..0a2777c 100644 --- a/test/unit/ui/stubs/engine_stub.cpp +++ b/test/unit/ui/stubs/engine_stub.cpp @@ -77,11 +77,28 @@ int CEngine::GetEditIndentValue() void CEngine::DeleteTexture(const std::string& /* texName */) { } + Texture CEngine::LoadTexture(const std::string& /* name */) { Texture texture; return texture; } +Math::Vector CEngine::GetEyePt() +{ + return Math::Vector(); +} + +Math::Vector CEngine::GetLookatPt() +{ + return Math::Vector(); +} + +bool CEngine::GetPause() +{ + return false; +} + + } /* Gfx */ -- cgit v1.2.3-1-g7c22