How can I do rotations like in the first image? I ...
# compose-desktop
s
How can I do rotations like in the first image? I tried
drawLayer(rotationY = 35f, transformOrigin = TransformOrigin(0))
but it doesn't look 3d. Do I have to scale or something like that? I tried different scale values but no luck.
i
s
So is the rotation supposed to be 3d by default or there's gonna be different parameters or modifier for 3d transformations?
i
It should be 3D by default
s
Okay thanks