ruffle/render
Kamil Jarosz 23f01e0dd9 render: Add Matrix::create_box_with_rotation
This patch splits the current method of create_box into
1. create_box -- without rotation, and
2. create_box_with_rotation -- with rotation.

The reason for that refactor is that create_box was often used without
rotation, and always passing 0.0 as rotation and having
a dedicated condition for 0.0 was superfluous.
2024-07-02 23:40:50 +02:00
..
canvas chore: Use workspace version for wasm-bindgen 2024-04-04 17:29:00 +02:00
naga-agal build(deps): bump the cargo-minor group across 1 directory with 7 updates 2024-05-17 01:41:44 +02:00
naga-pixelbender render/wgpu: Drop `naga_oil` in favor of manual string manipulation 2024-05-16 20:24:49 +02:00
src render: Add Matrix::create_box_with_rotation 2024-07-02 23:40:50 +02:00
webgl render: Draw quads using Gl::TRIANGLE_FAN for WebGL 2024-07-02 23:40:50 +02:00
wgpu swf: Add ColorTransform::multiply_from 2024-07-02 23:40:50 +02:00
Cargo.toml render: Make serde optional 2024-06-13 00:22:33 +02:00