DarkRadiant: master c56e6bde

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 05.04.2021 12:00 master 30f12de2
Changeset Matrix4::getIdentity() uses Eigen (but still const reference)

Apparently it was the change to return by copy rather than const reference that
broke curve rendering. There is no problem with calling
Eigen::Projective3d::Identity() to construct the matrix itself.
mod - libs/math/Matrix4.cpp Diff File