sketchucation logo sketchucation
    • Anmelden
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    SubD examples and models

    Geplant Angeheftet Gesperrt Verschoben SUbD
    renderpluginsextensions
    1.7k Beiträge 81 Kommentatoren 952.0k Aufrufe 79 Watching
    Lade mehr Beiträge
    • Älteste zuerst
    • Neuste zuerst
    • Meiste Stimmen
    Antworten
    • In einem neuen Thema antworten
    Anmelden zum Antworten
    Dieses Thema wurde gelöscht. Nur Nutzer mit entsprechenden Rechten können es sehen.
    • HornOxxH Offline
      HornOxx
      zuletzt editiert von

      Hi - to get any first experiences I did a little testing, mainly based on Cottys SubD_04 model above. I was interested on how an existing texture behaves to the SubD process - it's amazing how confidently and fast that works ...

      Cotty, how did you get this rainbow-colour on that subd23 chair which looks so great - is it texturing?


      04 r.jpg


      zipped skp2015 file


      used texture

      never trust a skinny cook

      1 Antwort Letzte Antwort Antworten Zitieren 0
      • cottyC Offline
        cotty
        zuletzt editiert von

        Nice! Here's the chair texture...


        rainbow.png

        my SketchUp gallery

        1 Antwort Letzte Antwort Antworten Zitieren 0
        • thomthomT Offline
          thomthom
          zuletzt editiert von

          @pilou said:

          @unknownuser said:

          this is because the QFT OBJ importer will ensure non-planar quads are created as QuadFaceTools quads

          Sorry I don't see "Import OBJ" on the menus of QuadFaceTools(0.9.1 & 0.9.2) ? 😮
          Only "Export" ! (SU Make 2016 2015)

          Ah, yea, the docs probably don't mention this at all, but it's listed among the other importers:

          File > Import
          2016-01-17_10h08_03.png

          The only reason the exporter isn't among the other exporter is that the API is lacking the interface. Them guys over at SketchUp should fix that! ...oh wait...

          Thomas Thomassen — SketchUp Monkey & Coding addict
          List of my plugins and link to the CookieWare fund

          1 Antwort Letzte Antwort Antworten Zitieren 0
          • thomthomT Offline
            thomthom
            zuletzt editiert von

            @box said:

            I've never ventured much into the realm of furniture making so as a first quick doodle I'm impressed by the ease with which I came up with something almost recognisable in less than 30 minutes fiddling. No doubt I could render it and make it look flash, but I love the raw topology.

            It makes me very happy to hear that. My biggest concern with SUbD was how it relied on quad topology and I wasn't sure how well that requirement of workflow would be received in the realms on SketchUp.

            Thomas Thomassen — SketchUp Monkey & Coding addict
            List of my plugins and link to the CookieWare fund

            1 Antwort Letzte Antwort Antworten Zitieren 0
            • thomthomT Offline
              thomthom
              zuletzt editiert von

              @hornoxx said:

              Hi - to get any first experiences I did a little testing, mainly based on Cottys SubD_04 model above. I was interested on how an existing texture behaves to the SubD process - it's amazing how confidently and fast that works ...

              Thanks for sharing that model - it's a nice study of geometry and texture.
              At the moment SUbD use simple linear interpolation for the textures. However, I am working with integrating OpenSubdiv into a future release. That will give more options for textures;

              2016-01-17_10h24_41.png
              Source: http://graphics.pixar.com/library/Geri/paper.pdf

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 Antwort Letzte Antwort Antworten Zitieren 0
              • pilouP Offline
                pilou
                zuletzt editiert von

                @Thomthom

                In fact all works fine! 💚
                It was half my fault! I was too confident of the first reading text! 😄

                huhu.jpg

                Frenchy Pilou
                Is beautiful that please without concept!
                My Little site :)

                1 Antwort Letzte Antwort Antworten Zitieren 0
                • cottyC Offline
                  cotty
                  zuletzt editiert von

                  SCF_Cotty_subd24.png

                  my SketchUp gallery

                  1 Antwort Letzte Antwort Antworten Zitieren 0
                  • pilouP Offline
                    pilou
                    zuletzt editiert von

                    Tron! 😉

                    Frenchy Pilou
                    Is beautiful that please without concept!
                    My Little site :)

                    1 Antwort Letzte Antwort Antworten Zitieren 0
                    • pilouP Offline
                      pilou
                      zuletzt editiert von

                      Glitch ?

                      SUbD finds internal faces and can't be apply! (Who don't exist)
                      (Artisan subdivides 😉

                      glitch.jpg


                      subd_glitch_v6.skp

                      Frenchy Pilou
                      Is beautiful that please without concept!
                      My Little site :)

                      1 Antwort Letzte Antwort Antworten Zitieren 0
                      • thomthomT Offline
                        thomthom
                        zuletzt editiert von

                        SUbD Catmull-Clark algorithm require the mesh to be a manifold or a surface without any forks. That model you have there have an edge with four faces connected - the algorithm cannot handle that. In another modelling package where the entities didn't merge you'd get away with it as you could have overlapping edges. But since SU merges entities at all times these types of scenarios becomes a challenge.

                        OpenSubdiv 3 supports internal faces - maybe it would be able to cope with this as well - I'm not sure. But that's still down the line in the road map.


                        2016-01-17_17h02_31.png

                        Thomas Thomassen — SketchUp Monkey & Coding addict
                        List of my plugins and link to the CookieWare fund

                        1 Antwort Letzte Antwort Antworten Zitieren 0
                        • BoxB Offline
                          Box
                          zuletzt editiert von

                          It would be handy if either SubD or Solid inspector could highlight these annoying joints. They can be a real headache to find manually sometimes.

                          1 Antwort Letzte Antwort Antworten Zitieren 0
                          • thomthomT Offline
                            thomthom
                            zuletzt editiert von

                            Solid Inspector used to complain about these - but because they where considered false positives in many cases it was changed to ignore them.

                            I do have ideas for an analytical tool for QFT that will visualize quads from triangles and ngons. Maybe it can lightlight forks as well...

                            By the way, I tried the model on an experimental build I have where I try to wire up OpenSubdiv and it seemed to be able to cope with it:

                            OpenSubdiv experimental version

                            Thomas Thomassen — SketchUp Monkey & Coding addict
                            List of my plugins and link to the CookieWare fund

                            1 Antwort Letzte Antwort Antworten Zitieren 0
                            • pilouP Offline
                              pilou
                              zuletzt editiert von

                              THx for the explanation and the effort! 😎

                              Frenchy Pilou
                              Is beautiful that please without concept!
                              My Little site :)

                              1 Antwort Letzte Antwort Antworten Zitieren 0
                              • panixiaP Offline
                                panixia
                                zuletzt editiert von

                                @thomthom said:

                                I do have ideas for an analytical tool for QFT that will visualize quads from triangles and ngons.

                                😍 please please auto-detect sausages ad donuts 😍

                                somewere i should have a "wishlist" i wrote with some examples included too..

                                1 Antwort Letzte Antwort Antworten Zitieren 0
                                • BoxB Offline
                                  Box
                                  zuletzt editiert von

                                  Another quick late night doodle just for fun and to help wrap my head around quads.
                                  It's very quick and simple but everything is so easy to manipulate with the combination of QFT, VT and SubD.


                                  Plane.gif


                                  SubD Plane Proxy.skp

                                  1 Antwort Letzte Antwort Antworten Zitieren 0
                                  • olisheaO Offline
                                    olishea
                                    zuletzt editiert von

                                    nice cotty loving this thread....I'll get involved soon 😄

                                    oli

                                    1 Antwort Letzte Antwort Antworten Zitieren 0
                                    • cottyC Offline
                                      cotty
                                      zuletzt editiert von

                                      @Box: nice plane!
                                      @ olishea: be careful, it's contagious 😉

                                      my SketchUp gallery

                                      1 Antwort Letzte Antwort Antworten Zitieren 0
                                      • pilouP Offline
                                        pilou
                                        zuletzt editiert von

                                        Maybe you can also use the very cool Free ManifoldLab (Wings3D inside) for some cool things!

                                        trig.jpg


                                        cone_v6.zip


                                        trig.zip

                                        Frenchy Pilou
                                        Is beautiful that please without concept!
                                        My Little site :)

                                        1 Antwort Letzte Antwort Antworten Zitieren 0
                                        • cottyC Offline
                                          cotty
                                          zuletzt editiert von

                                          Find the difference 😉

                                          SCF_Cotty_subd25.png


                                          SCF_Cotty_subd25.skp

                                          my SketchUp gallery

                                          1 Antwort Letzte Antwort Antworten Zitieren 0
                                          • D Offline
                                            driven
                                            zuletzt editiert von

                                            got it, two are blue and two are red...

                                            learn from the mistakes of others, you may not live long enough to make them all yourself...

                                            1 Antwort Letzte Antwort Antworten Zitieren 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 82
                                            • 83
                                            • 4 / 83
                                            • Erster Beitrag
                                              Letzter Beitrag
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement