Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2016-11-12 ~ unlimbited-sleeve-r1 #34

Open
theo-armour opened this issue Nov 13, 2016 · 0 comments
Open

2016-11-12 ~ unlimbited-sleeve-r1 #34

theo-armour opened this issue Nov 13, 2016 · 0 comments

Comments

@theo-armour
Copy link
Member

image

Unlimbited Sleeve R1

Concept

Mission

  • Can we help Team UnLimbited to convert an OpenSCAD app into a Three.js app?
  • Can we hand over models of 3D prosthetic devices that can be printed and fitted to peeps in need?

Links of Interest

2016-11-12 ~ R1

The model we are looking at is printed flat then bend around into shape. This format lends itself to constructive solid geometry (CSG ).

In Three.js there are multiple ways of carrying out CSG.

Today we considered two ways:

  • Chandler Prall's ThreeCSG
  • zz85/Joshua Koo's shape geometry in Three.js

For the ThreCSG example we created today see: csg-basic-r1

The ThreeCSG method follows closely the methods that Team UnLimbited currently use with OpenSCAD. We plan on building some UnLimbited demoes using ThreeCSG

Today, however, we started with the Boolean operations available on the Three.js shape.
This creates an arbitrary polygon with holes in it. A shape may be extruded into a 3D mesh.

The script created today is very preliminary.

  • A first pass at creating the forearm model
  • All geometry is parametric but not yet controlled by the UI
  • Dimensions are by guesswork
  • First commit
  • Add Read Me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant