11-04-2019, 10:30 AM
(This post was last modified: 11-04-2019, 11:41 AM by kreativasas.)
Perfect! It works!
I wrote my 'hello world' code to read STL files
<code> Dim myimporter As New AssimpWpfImporter
  myimporter.ReadFileToAssimpScene("final_Mandibolare.stl")'</code>
No error found but i don't know how visualiza the scene.
I created an 'elementhost' control bu i can't display nothing.
Can i have some example code in winform to load, display and manipulate the 3D scene?
Thanks!
I wrote my 'hello world' code to read STL files
<code> Dim myimporter As New AssimpWpfImporter
  myimporter.ReadFileToAssimpScene("final_Mandibolare.stl")'</code>
No error found but i don't know how visualiza the scene.
I created an 'elementhost' control bu i can't display nothing.
Can i have some example code in winform to load, display and manipulate the 3D scene?
Thanks!

