Enchantment Box. Draw by openFrameworks

[ Video ]

[ About ]
ノイズの値で大きさ、色を変える。

Change the size and color depending on the noise value.

[ Source ]

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

Mesh waves. Draw by openFrameworks

[ Video ]

[ About ]
ポイントをX、Y、Z方向に動かして、うねりを作る。

Move the point in the X, Y, and Z directions to create a swell.

[ Source ]

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

Stacking boxes. Draw by openFrameworks

[ Video ]

[ About ]
ofMeshを使えとofDrawBox()ではできなかった量のBox描写が出来るようになった。

Using ofMesh, it is now possible to draw the amount of boxes that ofDrawBox() could not.

[ Source ]

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