Search code examples
c#wpfhelix-3d-toolkit

How do you rotate a 3D model using HelixToolkit?


I need some help rotating a 3D model in a WPF project on visual studios. I have imported the model in through the use of the helix toolkit. But I can not find any example of how to rotate the 3D model online. I've found some C# and xaml examples but they mainly seem to rotate the camera not the model.


Solution

  • WPF 3D Rotation

    Create a RotateTransform3D for your GeometryModel3D.Transform