Commit e1b6197
authored
Update values in example materials (#2314)
Fixes:
* In the division matrix33 test, the divisor was still a singular matrix, now it is aligned with matrix44.
* In rotate3d, the rotation was 180 degrees which, if used as an actual test, would miss transposed rotation matrices. The rotation is now 135 degrees to clearly separate the left and right rotation.
* In rotate2d, the rotation was 90 degrees, and it was updated to 135 degrees (3/4 PI) to also avoid missing possible bugs in rotation matrix.
This set of changes makes running tests on all of `resources/Materials` more useful.1 parent 5f3bc0f commit e1b6197
2 files changed
Lines changed: 3 additions & 3 deletions
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
0 commit comments