Skip to content

Commit

Permalink
Back off of trilerp w/ skia bug
Browse files Browse the repository at this point in the history
Skia's CPU backend has some bug related to trilerp (shown by some of our mesh examples). This make the cloud renderer produce bad results.

This PR backs off the sampling to still use mipmaps, but to just bilerp the chosen level, and not tri-lerp it. Very slight degrade in quality, but still much better than just bilerp.

Diffs=
dc76fda7d Back off of trilerp w/ skia bug
  • Loading branch information
luigi-rosso committed Aug 3, 2022
1 parent b7e7c5a commit a487040
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2d64593f3e48beeb08f27aadb20d261227a8ccd
dc76fda7d2436c453a2016212d656d17a90c1ad4
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit a487040

Please sign in to comment.