cleanup build. add demo project. add timing features to sync. switch to more std::string and std::vector usage over custom, hacky Array template
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#pragma once
|
||||
|
||||
#include "util.hpp"
|
||||
|
||||
bool parse_poses(Array<glm::mat2x3>* locs_out, const char* filepath);
|
||||
bool parse_poses(std::vector<glm::mat2x3>* locs_out, const char* filepath);
|
||||
|
||||
Reference in New Issue
Block a user