JSCAD User Group

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. BarbourSmith
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by BarbourSmith

    • BarbourSmith

      Generating project thumbnails
      General Discussions • • BarbourSmith

      9
      0
      Votes
      9
      Posts
      826
      Views

      gilboonet

      @gilboonet It works. I needed to specify ... while pushing content into the return variable. I still need to stop the animation so my video capture will perfectly loop. And there's something that I didn't manage to do, it's creating a new project, for the moment I'm changing demo-web.js, otherwise there is an error (cannot find myAnim.js when I try to run npù run myAnim.js)
      text alternatif

    • BarbourSmith

      Color lost in translation (or any operation)
      Development Discussions • • BarbourSmith

      4
      0
      Votes
      4
      Posts
      546
      Views

      BarbourSmith

      Thanks! I'll give it a comment of support there 😀

    • BarbourSmith

      Passing multiple solids to entitiesFromSolids
      Development Discussions • • BarbourSmith

      3
      0
      Votes
      3
      Posts
      429
      Views

      BarbourSmith

      Thank you so much!

      Honestly looking at it now I don't see how I didn't understand how it worked. Union takes an array of solids so that would make the most sense. Thanks!

    • BarbourSmith

      Tags?
      General Discussions • • BarbourSmith

      4
      0
      Votes
      4
      Posts
      460
      Views

      gilboonet

      @BarbourSmith I saw your post but didn't reply as I wasn't sure it was about. I already tried on V2 the function that splits a solid into pieces as it is something that i use a lot : https://jscad.xyz/#https://raw.githubusercontent.com/gilboonet/gilboonet.github.io/master/demos/gig2i.js The function is scission3d() and the source is here : https://github.com/gilboonet/gilboonet.github.io/blob/master/demos/gig2i.js

    • BarbourSmith

      V2 .xyz bug
      Development Discussions • • BarbourSmith

      3
      0
      Votes
      3
      Posts
      336
      Views

      z3dev

      See more information on the Node.js modules here: https://nodejs.org/dist/latest-v12.x/docs/api/modules.html#modules_folders_as_modules

    • BarbourSmith

      Display Code
      Development Discussions • • BarbourSmith

      6
      0
      Votes
      6
      Posts
      581
      Views

      z3dev

      @BarbourSmith is there some reason to use three.js? the primary focus of three.js is quite differnet from JSCAD.

      It should be pretty trivial to convert between three.js data structures and JSCAD data structures. But don't expect either project to supply the conversions.

      Maybe somone has a set of functions already, or you'll have to write some simple conversion functions.