Switch the Testbed GUI architecture pattern to MVVM (Model-View-ModelView).
This commit is contained in:
Irlan
2018-04-13 14:18:02 -03:00
parent b9b23de3a0
commit 4570c971c0
12 changed files with 475 additions and 504 deletions

View File

@ -17,7 +17,8 @@
*/
#include <testbed/framework/test.h>
#include <testbed/framework/model.h>
#include <testbed/framework/profiler.h>
#include <imgui/imgui.h>
extern u32 b3_allocCalls, b3_maxAllocCalls;
extern u32 b3_gjkCalls, b3_gjkIters, b3_gjkMaxIters;
@ -34,8 +35,6 @@ void b3PopProfileScope()
g_profiler->PopEvent();
}
TestSettings* g_testSettings = nullptr;
Test::Test() : m_bodyDragger(&m_bodyRay, &m_world)
{
b3_allocCalls = 0;