Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. WPF
  4. Problem in Jagged Line in 3d cube in wpf

Problem in Jagged Line in 3d cube in wpf

Scheduled Pinned Locked Moved WPF
csharpwpfhelptutorial
7 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • G Offline
    G Offline
    Gopal_Kanchana
    wrote on last edited by
    #1

    Hi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it

    I 1 Reply Last reply
    0
    • G Gopal_Kanchana

      Hi I have problem for displaying jagged line(not smooth vertex) in 3d cube in wpf. Please let me know how to solve it

      I Offline
      I Offline
      Insincere Dave
      wrote on last edited by
      #2

      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.

      G 1 Reply Last reply
      0
      • I Insincere Dave

        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.

        G Offline
        G Offline
        Gopal_Kanchana
        wrote on last edited by
        #3

        Hi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path

        I 1 Reply Last reply
        0
        • G Gopal_Kanchana

          Hi I didn't have this path in my registry (Avalon.Graphics\MaxMultisampleType) Only having HKEY_CURRENT_USER\SOFTWARE\Microsoft this path

          I Offline
          I Offline
          Insincere Dave
          wrote on last edited by
          #4

          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.

          G 2 Replies Last reply
          0
          • I Insincere Dave

            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.

            G Offline
            G Offline
            Gopal_Kanchana
            wrote on last edited by
            #5

            Hi Thanks for your solution

            1 Reply Last reply
            0
            • I Insincere Dave

              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.

              G Offline
              G Offline
              Gopal_Kanchana
              wrote on last edited by
              #6

              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

              J 1 Reply Last reply
              0
              • G Gopal_Kanchana

                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

                J Offline
                J Offline
                Jammer 0
                wrote on last edited by
                #7

                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

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups