Origami project structure with Three

Hi

I am looking for using Three for origami design and visualisation, and looking for general advice.

Basically given a square plane, you have to split it, then rotate parts of it. There are some caveats, the plane should be two sided, to prevent flickering coincident faces should have an offset, picking should select Points, Lines, Faces, animation should be multiples steps…

Geometry is not really a problem, on the other hand usability on a tablet is a challenge.
Without Three, and almost no interaction : https://remikoutcherawy.github.io/cocotte.html

Should I start with a single Object3D, or Group, or multiple Object3D or use Bones ?
Should I write my own shader ?
Any advice would be welcome, I am stuck on this choice, and didn’nt start coding.

Remi

1 Like

Origami

Another related project, but not done in WebGL or Three.js

Kirigami
image

University paper : http://news.mit.edu/2017/algorithm-origami-patterns-any-3-D-structure-0622

3 Likes

Nice papers in research folder here : https://github.com/georgiee/origami

1 Like

Demaine and Tachi are also working to implement the algorithm in a new version of Origamizer, the free software for generating origami crease patterns whose first version Tachi released in 2008.

Very interesting when talking about folds :

1 Like

3 Likes