Bending an Object into a Sphere











up vote
1
down vote

favorite












Im using polyhedrons created only from hexa- and pentagons to simulate tiles on a planetlike gameboard, to make my board look like a planet and not an polyhedron. I want to make it spherical while still keeping the tiles mostly intact, what would a good approch be?



I cant use subdivision surface or bevel because that only rounds out the edges and leaves the faces mostly flat. The Solution probably involes subdividing the faces and then telling the object to try to become a sphere, which is the part i dont know how to do.



The polyhedron i use looks like this










share|improve this question







New contributor




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
























    up vote
    1
    down vote

    favorite












    Im using polyhedrons created only from hexa- and pentagons to simulate tiles on a planetlike gameboard, to make my board look like a planet and not an polyhedron. I want to make it spherical while still keeping the tiles mostly intact, what would a good approch be?



    I cant use subdivision surface or bevel because that only rounds out the edges and leaves the faces mostly flat. The Solution probably involes subdividing the faces and then telling the object to try to become a sphere, which is the part i dont know how to do.



    The polyhedron i use looks like this










    share|improve this question







    New contributor




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






















      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      Im using polyhedrons created only from hexa- and pentagons to simulate tiles on a planetlike gameboard, to make my board look like a planet and not an polyhedron. I want to make it spherical while still keeping the tiles mostly intact, what would a good approch be?



      I cant use subdivision surface or bevel because that only rounds out the edges and leaves the faces mostly flat. The Solution probably involes subdividing the faces and then telling the object to try to become a sphere, which is the part i dont know how to do.



      The polyhedron i use looks like this










      share|improve this question







      New contributor




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











      Im using polyhedrons created only from hexa- and pentagons to simulate tiles on a planetlike gameboard, to make my board look like a planet and not an polyhedron. I want to make it spherical while still keeping the tiles mostly intact, what would a good approch be?



      I cant use subdivision surface or bevel because that only rounds out the edges and leaves the faces mostly flat. The Solution probably involes subdividing the faces and then telling the object to try to become a sphere, which is the part i dont know how to do.



      The polyhedron i use looks like this







      objects






      share|improve this question







      New contributor




      Peter Krüger 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




      Peter Krüger 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




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









      asked 2 hours ago









      Peter Krüger

      61




      61




      New contributor




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





      New contributor





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






      Peter Krüger 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

















          up vote
          3
          down vote













          Another approach:




          • Just to tidy up, select all edges, CtrlE > Edge Data > 'Clear Sharp'

          • Assign a Subdivision Surface modifier with the 'Simple' option (1 or 2 levels)

          • Assign a Cast modifier, 'Sphere' option, Factor: 1


          enter image description here



          You can apply the modifiers to bake them into the mesh, if/when you need to, (in order, top to bottom)..



          You can assign an 'Edge Split' modifier above the others, if you need to split out the surface tiles,
          and apply it followed by P > separate by Loose Parts if you need the tiles to be separate objects



          enter image description here






          share|improve this answer






























            up vote
            1
            down vote













            You need more geometry to have something to deform first so Subsurf modifier will be needed. You will need a few subdivisions. Once it is applied, you can go into Edit Mode(Tab), select all(a) and transform it to sphere(Shift+Alt+S).



            Transform to Sphere






            share|improve this answer





















              Your Answer





              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("mathjaxEditing", function () {
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
              });
              });
              }, "mathjax-editing");

              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',
              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
              });


              }
              });






              Peter Krüger 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%2f124938%2fbending-an-object-into-a-sphere%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








              up vote
              3
              down vote













              Another approach:




              • Just to tidy up, select all edges, CtrlE > Edge Data > 'Clear Sharp'

              • Assign a Subdivision Surface modifier with the 'Simple' option (1 or 2 levels)

              • Assign a Cast modifier, 'Sphere' option, Factor: 1


              enter image description here



              You can apply the modifiers to bake them into the mesh, if/when you need to, (in order, top to bottom)..



              You can assign an 'Edge Split' modifier above the others, if you need to split out the surface tiles,
              and apply it followed by P > separate by Loose Parts if you need the tiles to be separate objects



              enter image description here






              share|improve this answer



























                up vote
                3
                down vote













                Another approach:




                • Just to tidy up, select all edges, CtrlE > Edge Data > 'Clear Sharp'

                • Assign a Subdivision Surface modifier with the 'Simple' option (1 or 2 levels)

                • Assign a Cast modifier, 'Sphere' option, Factor: 1


                enter image description here



                You can apply the modifiers to bake them into the mesh, if/when you need to, (in order, top to bottom)..



                You can assign an 'Edge Split' modifier above the others, if you need to split out the surface tiles,
                and apply it followed by P > separate by Loose Parts if you need the tiles to be separate objects



                enter image description here






                share|improve this answer

























                  up vote
                  3
                  down vote










                  up vote
                  3
                  down vote









                  Another approach:




                  • Just to tidy up, select all edges, CtrlE > Edge Data > 'Clear Sharp'

                  • Assign a Subdivision Surface modifier with the 'Simple' option (1 or 2 levels)

                  • Assign a Cast modifier, 'Sphere' option, Factor: 1


                  enter image description here



                  You can apply the modifiers to bake them into the mesh, if/when you need to, (in order, top to bottom)..



                  You can assign an 'Edge Split' modifier above the others, if you need to split out the surface tiles,
                  and apply it followed by P > separate by Loose Parts if you need the tiles to be separate objects



                  enter image description here






                  share|improve this answer














                  Another approach:




                  • Just to tidy up, select all edges, CtrlE > Edge Data > 'Clear Sharp'

                  • Assign a Subdivision Surface modifier with the 'Simple' option (1 or 2 levels)

                  • Assign a Cast modifier, 'Sphere' option, Factor: 1


                  enter image description here



                  You can apply the modifiers to bake them into the mesh, if/when you need to, (in order, top to bottom)..



                  You can assign an 'Edge Split' modifier above the others, if you need to split out the surface tiles,
                  and apply it followed by P > separate by Loose Parts if you need the tiles to be separate objects



                  enter image description here







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited 57 mins ago

























                  answered 1 hour ago









                  Robin Betts

                  5,7851627




                  5,7851627
























                      up vote
                      1
                      down vote













                      You need more geometry to have something to deform first so Subsurf modifier will be needed. You will need a few subdivisions. Once it is applied, you can go into Edit Mode(Tab), select all(a) and transform it to sphere(Shift+Alt+S).



                      Transform to Sphere






                      share|improve this answer

























                        up vote
                        1
                        down vote













                        You need more geometry to have something to deform first so Subsurf modifier will be needed. You will need a few subdivisions. Once it is applied, you can go into Edit Mode(Tab), select all(a) and transform it to sphere(Shift+Alt+S).



                        Transform to Sphere






                        share|improve this answer























                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          You need more geometry to have something to deform first so Subsurf modifier will be needed. You will need a few subdivisions. Once it is applied, you can go into Edit Mode(Tab), select all(a) and transform it to sphere(Shift+Alt+S).



                          Transform to Sphere






                          share|improve this answer












                          You need more geometry to have something to deform first so Subsurf modifier will be needed. You will need a few subdivisions. Once it is applied, you can go into Edit Mode(Tab), select all(a) and transform it to sphere(Shift+Alt+S).



                          Transform to Sphere







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered 1 hour ago









                          Martin Z

                          3,5331425




                          3,5331425






















                              Peter Krüger is a new contributor. Be nice, and check out our Code of Conduct.










                              draft saved

                              draft discarded


















                              Peter Krüger is a new contributor. Be nice, and check out our Code of Conduct.













                              Peter Krüger is a new contributor. Be nice, and check out our Code of Conduct.












                              Peter Krüger 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.





                              Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                              Please pay close attention to the following guidance:


                              • 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.


                              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%2f124938%2fbending-an-object-into-a-sphere%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

                              What visual should I use to simply compare current year value vs last year in Power BI desktop

                              Alexandru Averescu

                              Trompette piccolo