tried making naming more uniform and implemented most of the opengl managers
This commit is contained in:
10
include/assets/data/pose_data.hpp
Normal file
10
include/assets/data/pose_data.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#include "glm/mat4x4.hpp"
|
||||
|
||||
namespace assets
|
||||
{
|
||||
|
||||
using pose_data = glm::mat4;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user