diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-04-03 13:31:34 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-04-03 23:55:33 -0700 |
commit | e055884564f6bf1db0ea2ca6af3b3aaafd4fd17b (patch) | |
tree | 78a78d0af08d78b0558d835d9f1b53d489b4b3f2 /components/script/dom/webglframebuffer.rs | |
parent | e73920ee97907683c8d60224c03b6a67c2f0f613 (diff) | |
download | servo-e055884564f6bf1db0ea2ca6af3b3aaafd4fd17b.tar.gz servo-e055884564f6bf1db0ea2ca6af3b3aaafd4fd17b.zip |
Remove viewMatrix
Users are supposed to use `view.transform.inverse.matrix`
The view matrix was incorrect anyway, we had forgotten to invert it, but that was okay since we transposed it by accident (due to euclid's use of the row-vector convention), and for 3DOF devices these transforms are mostly rotations so transposing instead of inverting doesn't lead to visible effects.
Diffstat (limited to 'components/script/dom/webglframebuffer.rs')
0 files changed, 0 insertions, 0 deletions