INNER CODE UNIT · C++

TestApplication

cadaver/turso3d · Turso3DTest/Main.cpp:56

class TestApplication
{
public:
    bool Init(const std::vector<std::string>& arguments);
    bool RunFrame();
    void Exit();

private:
    void CreateScene(int preset);
    void Update();
    void AnimateObjectsWork(Task* task_, unsigned threadIndex_);
    void PrepareRender();
    void RenderAndPresent();

    AutoPtr<WorkQueue> workQueue;
    AutoPtr<Profiler> profiler;
    AutoPtr<Log> log;
    AutoPtr<ResourceCache> cache;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…