Replies: 1 comment
-
The example you mentioned is not something we will support out of the box (at least in the way it is implemented by web browsers). The key thing in Exposing Matrix4 APIs and associated helpers (https://jsfiddle.skia.org/canvaskit/289946b783390c3242cb5cc117d7bcaf2bcb610bf3d1e67a1dd9c46c1e66b968) is something that would be more in the scope of the project but there are no plans for it yet. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am looking to create a cube as in this example of
transform-style: preserve-3d
.Wondering if we have something similar in React native Skia (probably Group transformations) to make it easier to implement a 3D cube (I want to then rotate/spin it) without doing a lot of maths on my own.
Beta Was this translation helpful? Give feedback.
All reactions