Problem in Jagged Line in 3d cube in wpf
-
Hi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it
-
Hi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it
Anti-aliasing 3D content is not supported on windows XP. You could try changing HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\MaxMultisampleType as described in this article http://msdn.microsoft.com/en-us/library/aa970912.aspx.
-
Anti-aliasing 3D content is not supported on windows XP. You could try changing HKEY_CURRENT_USER\SOFTWARE\Microsoft\Avalon.Graphics\MaxMultisampleType as described in this article http://msdn.microsoft.com/en-us/library/aa970912.aspx.
Hi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path
-
Hi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path
I think you may have to create it, there are quite a lot of discussions about it on the web that you can search for. I also came across http://stackoverflow.com/questions/39454/is-there-a-secret-trick-to-force-antialiasing-inside-viewport3d-in-windows-xp where it says it should be HKEY_LOCAL_MACHINE\Software\Microsoft\Avalon.Graphics\MaxMultiplesampleType. Neither of them exist on my vista machine but as they're mainly for debugging I think you create them. They affect all the WPF applications and its recommended your app/installer doesn't change them.
-
I think you may have to create it, there are quite a lot of discussions about it on the web that you can search for. I also came across http://stackoverflow.com/questions/39454/is-there-a-secret-trick-to-force-antialiasing-inside-viewport3d-in-windows-xp where it says it should be HKEY_LOCAL_MACHINE\Software\Microsoft\Avalon.Graphics\MaxMultiplesampleType. Neither of them exist on my vista machine but as they're mainly for debugging I think you create them. They affect all the WPF applications and its recommended your app/installer doesn't change them.
Hi Thanks for your solution
-
I think you may have to create it, there are quite a lot of discussions about it on the web that you can search for. I also came across http://stackoverflow.com/questions/39454/is-there-a-secret-trick-to-force-antialiasing-inside-viewport3d-in-windows-xp where it says it should be HKEY_LOCAL_MACHINE\Software\Microsoft\Avalon.Graphics\MaxMultiplesampleType. Neither of them exist on my vista machine but as they're mainly for debugging I think you create them. They affect all the WPF applications and its recommended your app/installer doesn't change them.
Hi I have download above registered key http://blogs.msdn.com/karstenj/archive/2005/09/28/475040.aspx and installed my system. but still i am getting jagged line. is it my video card not supported? if so what type of card will get supported Regards Gopal
-
Hi I have download above registered key http://blogs.msdn.com/karstenj/archive/2005/09/28/475040.aspx and installed my system. but still i am getting jagged line. is it my video card not supported? if so what type of card will get supported Regards Gopal
I had to play with video card setup to get it turned on ... even after adding the registry key ...
Jammer My Blog | [Articles](http://www.codeproject.com/script/Articles /MemberArticles.aspx?amid=4664921) | DMon - Download