初始提交: UE5.3项目基础框架
This commit is contained in:
9
Plugins/CesiumForUnreal/Source/ThirdParty/include/glm/mat4x4.hpp
vendored
Normal file
9
Plugins/CesiumForUnreal/Source/ThirdParty/include/glm/mat4x4.hpp
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
/// @ref core
|
||||
/// @file glm/mat4x4.hpp
|
||||
|
||||
#pragma once
|
||||
#include "./ext/matrix_double4x4.hpp"
|
||||
#include "./ext/matrix_double4x4_precision.hpp"
|
||||
#include "./ext/matrix_float4x4.hpp"
|
||||
#include "./ext/matrix_float4x4_precision.hpp"
|
||||
|
||||
Reference in New Issue
Block a user