first release
This commit is contained in:
9
openVulkanoCpp/Scene/Node.cpp
Normal file
9
openVulkanoCpp/Scene/Node.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "Node.hpp"
|
||||
|
||||
namespace openVulkanoCpp
|
||||
{
|
||||
namespace Scene
|
||||
{
|
||||
const glm::mat4x4 Node::IDENTITY = glm::mat4(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user