I just started to lean WPF 3D and follow the tutorial. I created a 3D Model and exported it as OBJ file. Created a new WPF project and added this OBJ file. How I can use it inside Window
or Viewport3D
? I found a link from Microsoft at: Import 3D content but it written for Expression Studio and there's no 'Insert' option in Blend :( I could not drag it on Window
because of 'disabled' icon when dragging
When I double click on OBJ file I can see my 3D Model in WPF window - so I guess that WPF could read this file.
P.S. Here is Blend showing my 3d Model: