8#include <glm/gtc/matrix_transform.hpp>
9#include <glm/gtc/quaternion.hpp>
11#define GLM_ENABLE_EXPERIMENTAL
12#include <glm/gtx/matrix_decompose.hpp>
13#include <glm/gtx/string_cast.hpp>
66 auto result = glm::mat4(1.0);
87 auto result = glm::mat4(1.0);
Base component for implementing update functionality.
Definition BaseComponent.hpp:17