diff options
| author | MegaMech <inkstudios1@hotmail.com> | 2025-05-17 15:52:29 -0600 |
|---|---|---|
| committer | MegaMech <inkstudios1@hotmail.com> | 2025-05-17 15:52:29 -0600 |
| commit | 6bcd9897dc2571c6267d2dad84abaed63eb1e4c4 (patch) | |
| tree | b84c3a0cf795d02c86d690c4fe09699ba261d40c /src/math_util_2.c | |
| parent | 1229a69f2c90385eb10f4743554cda8a3fd990da (diff) | |
set_transform_matrix compiles
Diffstat (limited to 'src/math_util_2.c')
| -rw-r--r-- | src/math_util_2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/math_util_2.c b/src/math_util_2.c index 091bf9215..174d9095e 100644 --- a/src/math_util_2.c +++ b/src/math_util_2.c @@ -919,6 +919,8 @@ void set_transform_matrix(Mat4 dest, Vec3f orientationVector, Vec3f positionVect Vec3f sp38; Vec3f sp2C; + FrameInterpolation_Record_set_transform_matrix(dest, orientationVector, positionVector, rotationAngle, scaleFactor); + vec3f_set_xyz(sp44, sins(rotationAngle), 0.0f, coss(rotationAngle)); vec3f_normalize(orientationVector); vec3f_cross_product(sp38, orientationVector, sp44); |
