From inside of torus. Draw by openFrameworks

[ Video ]

[ About ]
ノイズ関数で動いているトーラス内にカメラを移動する。

Move the camera into the torus, which is moving with the noise function.

[ Source ]

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

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