rotate 3D on X in Flutter
问题 I've been working with Flutter rotation, new Matrix4.identity() ..rotateX(degrees * 3.1415927 / 180), but, the problem, I want it to be similar to the diagram below. can I achieve a 3D-like rotation on the x-axis with Flutter? even if there is a mapping from 3D to 2D or there are alternatives that would get the same result. thanks in advance. Example image in OpenCV: How to calculate perspective transform for OpenCV from rotation angles? 回答1: thanks to this discussion, and this repo, and