Clean Corners for Subdivision





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







1












$begingroup$


I added a few support edges to get sharp edges and then merged some vertices, so the edge loops don't spread on my whole model. Now I have all quads, but the corners don't look right.





I know that I could get away with triangles on the bottom part, because it is a flat surface, but what about the pointy star trek polygon in the back?










share|improve this question







New contributor




itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$



















    1












    $begingroup$


    I added a few support edges to get sharp edges and then merged some vertices, so the edge loops don't spread on my whole model. Now I have all quads, but the corners don't look right.





    I know that I could get away with triangles on the bottom part, because it is a flat surface, but what about the pointy star trek polygon in the back?










    share|improve this question







    New contributor




    itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.







    $endgroup$















      1












      1








      1





      $begingroup$


      I added a few support edges to get sharp edges and then merged some vertices, so the edge loops don't spread on my whole model. Now I have all quads, but the corners don't look right.





      I know that I could get away with triangles on the bottom part, because it is a flat surface, but what about the pointy star trek polygon in the back?










      share|improve this question







      New contributor




      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.







      $endgroup$




      I added a few support edges to get sharp edges and then merged some vertices, so the edge loops don't spread on my whole model. Now I have all quads, but the corners don't look right.





      I know that I could get away with triangles on the bottom part, because it is a flat surface, but what about the pointy star trek polygon in the back?







      topology






      share|improve this question







      New contributor




      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      share|improve this question







      New contributor




      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      share|improve this question




      share|improve this question






      New contributor




      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.









      asked Apr 13 at 11:44









      itmuckelitmuckel

      1164




      1164




      New contributor




      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





      New contributor





      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






      itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          2 Answers
          2






          active

          oldest

          votes


















          1












          $begingroup$

          Going into wireframe mode shows that the subdivision creates a fold in the model.



          enter image description here



          Creasing the sides of the star trek polygon pulls the fold out.



          enter image description here



          That basically solves my problem, because the render looks right, but the topology doesn't:



          enter image description here






          share|improve this answer








          New contributor




          itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.






          $endgroup$





















            1












            $begingroup$

            The reason of this distortion is that it's a concave quad, and Subdivision Surface works better with clean quads. You can solve your problem with these tricks:




            1. add a single edge in the middle of the quad: you won't have any distortion with Subdivision Surface, but the resulting mesh contains triangles


            solution1




            1. add this edge loops and remove the two edges marked in red, so you will keep a pure quad mesh


            solution2






            share|improve this answer








            New contributor




            G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            $endgroup$













            • $begingroup$
              That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
              $endgroup$
              – itmuckel
              Apr 13 at 14:41












            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "502"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });






            itmuckel is a new contributor. Be nice, and check out our Code of Conduct.










            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f136969%2fclean-corners-for-subdivision%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            1












            $begingroup$

            Going into wireframe mode shows that the subdivision creates a fold in the model.



            enter image description here



            Creasing the sides of the star trek polygon pulls the fold out.



            enter image description here



            That basically solves my problem, because the render looks right, but the topology doesn't:



            enter image description here






            share|improve this answer








            New contributor




            itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
            Check out our Code of Conduct.






            $endgroup$


















              1












              $begingroup$

              Going into wireframe mode shows that the subdivision creates a fold in the model.



              enter image description here



              Creasing the sides of the star trek polygon pulls the fold out.



              enter image description here



              That basically solves my problem, because the render looks right, but the topology doesn't:



              enter image description here






              share|improve this answer








              New contributor




              itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.






              $endgroup$
















                1












                1








                1





                $begingroup$

                Going into wireframe mode shows that the subdivision creates a fold in the model.



                enter image description here



                Creasing the sides of the star trek polygon pulls the fold out.



                enter image description here



                That basically solves my problem, because the render looks right, but the topology doesn't:



                enter image description here






                share|improve this answer








                New contributor




                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                $endgroup$



                Going into wireframe mode shows that the subdivision creates a fold in the model.



                enter image description here



                Creasing the sides of the star trek polygon pulls the fold out.



                enter image description here



                That basically solves my problem, because the render looks right, but the topology doesn't:



                enter image description here







                share|improve this answer








                New contributor




                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                share|improve this answer



                share|improve this answer






                New contributor




                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.









                answered Apr 13 at 13:13









                itmuckelitmuckel

                1164




                1164




                New contributor




                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.





                New contributor





                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.






                itmuckel is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                Check out our Code of Conduct.

























                    1












                    $begingroup$

                    The reason of this distortion is that it's a concave quad, and Subdivision Surface works better with clean quads. You can solve your problem with these tricks:




                    1. add a single edge in the middle of the quad: you won't have any distortion with Subdivision Surface, but the resulting mesh contains triangles


                    solution1




                    1. add this edge loops and remove the two edges marked in red, so you will keep a pure quad mesh


                    solution2






                    share|improve this answer








                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    $endgroup$













                    • $begingroup$
                      That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                      $endgroup$
                      – itmuckel
                      Apr 13 at 14:41
















                    1












                    $begingroup$

                    The reason of this distortion is that it's a concave quad, and Subdivision Surface works better with clean quads. You can solve your problem with these tricks:




                    1. add a single edge in the middle of the quad: you won't have any distortion with Subdivision Surface, but the resulting mesh contains triangles


                    solution1




                    1. add this edge loops and remove the two edges marked in red, so you will keep a pure quad mesh


                    solution2






                    share|improve this answer








                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    $endgroup$













                    • $begingroup$
                      That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                      $endgroup$
                      – itmuckel
                      Apr 13 at 14:41














                    1












                    1








                    1





                    $begingroup$

                    The reason of this distortion is that it's a concave quad, and Subdivision Surface works better with clean quads. You can solve your problem with these tricks:




                    1. add a single edge in the middle of the quad: you won't have any distortion with Subdivision Surface, but the resulting mesh contains triangles


                    solution1




                    1. add this edge loops and remove the two edges marked in red, so you will keep a pure quad mesh


                    solution2






                    share|improve this answer








                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    $endgroup$



                    The reason of this distortion is that it's a concave quad, and Subdivision Surface works better with clean quads. You can solve your problem with these tricks:




                    1. add a single edge in the middle of the quad: you won't have any distortion with Subdivision Surface, but the resulting mesh contains triangles


                    solution1




                    1. add this edge loops and remove the two edges marked in red, so you will keep a pure quad mesh


                    solution2







                    share|improve this answer








                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    share|improve this answer



                    share|improve this answer






                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.









                    answered Apr 13 at 13:52









                    G. GaroneG. Garone

                    1461




                    1461




                    New contributor




                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.





                    New contributor





                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.






                    G. Garone is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                    Check out our Code of Conduct.












                    • $begingroup$
                      That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                      $endgroup$
                      – itmuckel
                      Apr 13 at 14:41


















                    • $begingroup$
                      That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                      $endgroup$
                      – itmuckel
                      Apr 13 at 14:41
















                    $begingroup$
                    That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                    $endgroup$
                    – itmuckel
                    Apr 13 at 14:41




                    $begingroup$
                    That's the problem: Either I have triangles or excess edge loops. I removed the green edges in the second picture, so I don't have to deal with them in unrelated parts of the mesh.
                    $endgroup$
                    – itmuckel
                    Apr 13 at 14:41










                    itmuckel is a new contributor. Be nice, and check out our Code of Conduct.










                    draft saved

                    draft discarded


















                    itmuckel is a new contributor. Be nice, and check out our Code of Conduct.













                    itmuckel is a new contributor. Be nice, and check out our Code of Conduct.












                    itmuckel is a new contributor. Be nice, and check out our Code of Conduct.
















                    Thanks for contributing an answer to Blender Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    Use MathJax to format equations. MathJax reference.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fblender.stackexchange.com%2fquestions%2f136969%2fclean-corners-for-subdivision%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Plaza Victoria

                    In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                    How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...