JSCAD User Group
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. BarbourSmith
    3. Topics
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 23
    • Groups 0

    Topics

    • BarbourSmithB

      Generating project thumbnails

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      9
      0 Votes
      9 Posts
      2k Views
      gilboonetG
      @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) [image: ours342.gif]
    • BarbourSmithB

      Color lost in translation (or any operation)

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      4
      1
      0 Votes
      4 Posts
      1k Views
      BarbourSmithB
      Thanks! I'll give it a comment of support there
    • BarbourSmithB

      Passing multiple solids to entitiesFromSolids

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      3
      0 Votes
      3 Posts
      1k Views
      BarbourSmithB
      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!
    • BarbourSmithB

      Tags?

      Watching Ignoring Scheduled Pinned Locked Moved General Discussions
      4
      0 Votes
      4 Posts
      1k Views
      gilboonetG
      @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
    • BarbourSmithB

      V2 .xyz bug

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      3
      2
      0 Votes
      3 Posts
      910 Views
      z3devZ
      See more information on the Node.js modules here: https://nodejs.org/dist/latest-v12.x/docs/api/modules.html#modules_folders_as_modules
    • BarbourSmithB

      Display Code

      Watching Ignoring Scheduled Pinned Locked Moved Development Discussions
      6
      0 Votes
      6 Posts
      1k Views
      z3devZ
      @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.