Curl Flow Import into Blender

昨日記事にしたCurl FlowをJSONで書き出してBlenderへ読み込んでみた。映像のネタにも使えそう。ホントは連番データを流し込みたいんですけどね。

Youtubeへアップロードしている動画は日本語圏の方以外に見てもらえる事が多く、最近も英語で質問をいただいたので、Youtubeからこのブログへリンクを張る時は出来るだけ英語で記事も書くようにします。全部英語で書く気は無い!疲れる…。


Curl Flow

Curl noise vector field on Proce55ing. It ‘s very heavy code :(, should be implemented using shaders…

This code requires some libraries, PeasyCam, PostFX for Processing and FastNoise. PeasyCam and PostFX can get from contribution manager on P5 IDE. but FastNoise lib is not, You have to compile it yourself.

Download or Clone FastNoise, and open extracted folder with console(PowerShell etc…).

Compiling.

> javac -d . *java

Archiving. File called “fastnoise.jar” will be created.

> jar -cvf fastnoise.jar fastnoise

And you copy .jar file to processing library, e.g. c:\YOUR_HOME\Documents\Processing\libraries\fastnoise\library\