What is the best solution for draw lines in Viewport3D in WPF
Alex Hyx
1
Reputation point
Hi I'm trying to make a 3D Chart of a surface with the Viewport3D class and it must be able to be moved with mouse. My problem is how to make the lines for the grid of chart. I need that the lines have a behaviour like 2D moving in a 3D space. I dont know what is the best solution for that. 3DTools seems be very ineficient with lines once it refresh 60 times per second. Is it recommendable to use DirectX for that?
Sign in to answer