Tentacle. Draw by openFrameworks

[ Video ]

[ About ]
ofIcoSphereから取得した面を外周へ伸ばしていく。

Extend the surface obtained from the ofIcoSphere to the periphery.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210813

[ Kinako ]

Transformation sphere. Draw by openFrameworks

[ Video ]

[ About ]
昨日のソースコードから3行ほど変更をしました。
少しの変更でも見た目が大きく変化するのが楽しいです。

I changed about three lines from yesterday’s source code.
It’s fun to see how a small change can make a big difference in appearance.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210811

Concave Sphere. Draw by openFrameworks

[ Video ]

[ About ]
ofIcoSphereからofIcoSphere.getMesh()取得したメッシュにofMesh.setVertex(index, vertex)で各頂点を上書きして形を変形させる。

ofMesh.setVertex(index, vertex) is used to overwrite each vertex on the mesh obtained from ofIcoSphere.getMesh() to deform the shape.

[ Source ]

[ Link ]
https://github.com/junkiyoshi/Insta20210810