|
|
9da8addeb2
|
include/Spectre/Math/Matrix4.inl: gcc complains about multiple definitions of Identity. just template the type instead of only allow float.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
ffe75049d0
|
include/Spectre/Math/Matrix4.inl: gcc need "template<>" for Indentity variable.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
77804b8620
|
include/Spectre/Math/Matrix4.inl: in matrix vector multiplication. for some reason g++ was not happy with calling the constructor. this works.
|
2019-06-01 21:06:59 +02:00 |
|
|
|
4e29b3ea2c
|
include/Spectre/Math/Matrix4.inl: make sure the default constructor creates a zero matrix.
|
2019-04-29 08:48:40 +02:00 |
|
|
|
edfc5298e1
|
Initial commit
|
2016-01-10 09:26:43 +01:00 |
|