adding in the axes for all the camera poses. failing to read the file properly though
This commit is contained in:
6
inc/camera_poses.hpp
Normal file
6
inc/camera_poses.hpp
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include "util.hpp"
|
||||
#include "body.hpp"
|
||||
|
||||
bool parse_poses(Array<Body> *bodies_out, const char* filepath);
|
||||
Reference in New Issue
Block a user