05-20-2020, 09:23 PM
To apply a transformation you need to set the Transform property. You can set it to a TranslateTransform3D, ScaleTransform3D, RotateTransform3D, MatrixTransform3D or Transform3DGroup.
Search the internet for more information or check the "Basic WPF 3D objects tutorial" sample that comes with the Ab3d.PowerToys samples project.
Search the internet for more information or check the "Basic WPF 3D objects tutorial" sample that comes with the Ab3d.PowerToys samples project.
Andrej Benedik