sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Free OpenSpace3D for Sketchup!

    Scheduled Pinned Locked Moved Freeware
    12 Posts 6 Posters 3.9k Views 6 Watching
    Loading More Posts
    • 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.
    • pilouP Offline
      pilou
      last edited by

      OpenSpace3D (made by French Guys ๐Ÿ˜‰
      (Works in English too)
      MAke your own interactive World! โ˜€
      It's like Virtools but free! ๐Ÿ˜Ž

      You can make excecutable visible on any Navigators without any Knowledge of programming! ๐Ÿ‘

      A special plug for Sketchup exist for import 3D Models! ๐Ÿ˜Ž

      Have fun! ๐Ÿ˜Ž

      [flash=560,349:102pzm53]http://www.youtube.com/v/oWKvb6HOnFQ?version=3&amp[/flash:102pzm53]
      [flash=560,349:102pzm53]http://www.youtube.com/v/GOzswlcC_Ss?version=3&amp[/flash:102pzm53]

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

      1 Reply Last reply Reply Quote 0
      • mitcorbM Offline
        mitcorb
        last edited by

        @Pilou: wow this is very interesting. Thanks for posting. ๐Ÿ‘

        I take the slow, deliberate approach in my aimless wandering.

        1 Reply Last reply Reply Quote 0
        • numbthumbN Offline
          numbthumb
          last edited by

          Great find, Pilou, thanks! ๐Ÿ‘

          Comfortably numb...

          1 Reply Last reply Reply Quote 0
          • S Offline
            sketchyKev
            last edited by

            Pilou, you are always finding the good stuff! ๐Ÿ‘

            1 Reply Last reply Reply Quote 0
            • tridemT Offline
              tridem
              last edited by

              ๐Ÿ˜ฎ many thanks Pilou, that's damn interesting! can it also export the scene to be embedded in a webpage?

              1 Reply Last reply Reply Quote 0
              • pilouP Offline
                pilou
                last edited by

                You can create an "exe" standalone with your project for usb key or any support
                and of course publish your project (by FTP) on any site visible by any web navigators!

                If there is no programming or any line of code to write you must make some training ๐Ÿ˜‰

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

                1 Reply Last reply Reply Quote 0
                • pilouP Offline
                  pilou
                  last edited by

                  The Sketchup exporter is now finalised! ๐Ÿ˜Ž

                  [flash=560,349:20gnizv9]http://www.youtube.com/v/8nyYsmpcNHk?version=3[/flash:20gnizv9]

                  All your objects must be Components or groups else the alone objects will be taken
                  in only one selection with a component or group!
                  So not possibility to select something inside that!

                  For automatically grouping in separated group something floating in the 3D Space who are not component or group
                  you can use in sketchup
                  by Chris Fullmer : loose geometry to groups ๐Ÿ‘

                  For all codes following, you must write them on just one line for the Ruby Console!!!
                  This by TIG Transform a selection in components!

                  m=Sketchup.active_model;
                  m.start_operation("Faces>Compos");
                  n=m.active_entities;m.selection.to_a.each{|e|(g=n.add_group(e.all_connected);
                  g.to_component.definition.name="FaceSet#1")if e.valid? and e.parent==n.parent and e.class==Sketchup;;Face};
                  m.commit_operation
                  

                  http://forum.zbrush.fr/index.php?action=dlattach;topic=1622.0;attach=15209;image

                  If you want all faces selected in components: past this in the ruby console by TIG

                  
                  m=Sketchup.active_model;
                  n=m.active_entities;
                  m.selection.to_a.each{|e|(g=n.add_group(e);
                  g.to_component.definition.name="Face#1")if e.class==Sketchup;;Face}
                  

                  http://forum.zbrush.fr/index.php?action=dlattach;topic=1622.0;attach=15210;image

                  If you want all all faces of a selection become groups
                  (except existing groups or composants)

                  m=Sketchup.active_model;n=m.active_entities;m.selection.to_a.each{|e|n.add_group(e)if e.class==Sketchup;;Face}
                  

                  http://forum.zbrush.fr/index.php?action=dlattach;topic=1622.0;attach=15211;image

                  Have fun! ๐Ÿ˜Ž

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

                  1 Reply Last reply Reply Quote 0
                  • pilouP Offline
                    pilou
                    last edited by

                    [flash=560,349:2mmwgziz]http://www.youtube.com/v/D63n1uozWrU[/flash:2mmwgziz]
                    [flash=560,349:2mmwgziz]http://www.youtube.com/v/aYfP6xRlpeE[/flash:2mmwgziz]

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

                    1 Reply Last reply Reply Quote 0
                    • pilouP Offline
                      pilou
                      last edited by

                      Ps For the Net visitor must load the Scol "Viewer" if it's not existing in it's navigator ๐Ÿ˜‰

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

                      1 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        A little video : export Sketchup to OpenSpace3D + Dynamic Component simulation ๐Ÿ˜‰
                        Sorry ๐Ÿ˜ณ it's in French but it's visual ๐Ÿ˜‰

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

                        1 Reply Last reply Reply Quote 0
                        • C Offline
                          ChrisWMan
                          last edited by

                          Can you make working doors etc?

                          1 Reply Last reply Reply Quote 0
                          • pilouP Offline
                            pilou
                            last edited by

                            you can't modelize nothing inside
                            but you can modify Size or copy past something existing ๐Ÿ˜„
                            Of course you can make "rotating" "sliding" doors etc...

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

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post
                            Buy SketchPlus
                            Buy SUbD
                            Buy WrapR
                            Buy eBook
                            Buy Modelur
                            Buy Vertex Tools
                            Buy SketchCuisine
                            Buy FormFonts

                            Advertisement