This commit is contained in:
daiqingshuang 2025-02-18 18:48:09 +08:00
parent df9732a1bb
commit bad0f9ca55

View File

@ -4,7 +4,7 @@
#include <Eigen/Eigen>
namespace mirage {
using transform_type = Eigen::Projective2d;
using transform_type = Eigen::Affine2d;
using color_type = LLGL::ColorRGBAub;
using linear_color_type = LLGL::ColorRGBAf;