Rendering a 3d wpf model as an image and passing back to a website
- by Russ
I have a requirement to do the following.
Pass a set of variables from a website to a backend webservice
Apply the variables to a WPF 3D model.
Generate an image and pass back to the website.
Is this possible?