Ars & Arp 
Arsnote and Arsnote Performer
1-1
●更新 041112

Ars&Arp 流れと渦

Programming Director:
Shinji SASADA
Scientific Director:
Ryuuji TAKAKI
Art Director:
Ken ISHIGAKI
stripes640.ars * Arp001uzu.arp
この"AA流と渦”は,2004年秋に神戸芸術工科大学の公開講座『芸術工学基礎論』 11. 『流れと渦』の授業用に,上記の方の協力で制作されたソフトウェア−プログラムですです.



sample1.ars

LoadImage ( "stripes640p.bmp" ) ;
SetCylinder ( 0, 0.25, 0.25, 0.1 ) ;
SetCylinder ( 1, 0.75, 0.25, 0.1 ) ;
SetCylinder ( 2, 0.75, 0.75, 0.1 ) ;
SetCylinder ( 3, 0.25, 0.75, 0.1 ) ;

SetIndex ( 5.0 ) ;

SetRotation ( 0, 1, 20, 30.0 ) ;
SetRotation ( 1, 1, 20, 30.0 ) ;
SetRotation ( 2, 1, 20, 30.0 ) ;
SetRotation ( 3, 1, 20, 30.0 ) ;

SetCaptureImage
( 0, "sample1_0.bmp" ) ;
SetCaptureImage
( 10, "sample1_10.bmp" ) ;
stripes640p.bmp
SetCaptureImage
( 0, "sample1_0.bmp" ) ;
SetCaptureImage
( 10, "sample1_10.bmp" ) ;


sample2.ars

液滴画像読み込み ( "stripes640ph.bmp" ) ;
円柱設定 ( 0, 0.5, 0.5, 0.0 ) ;

円柱設定 ( 1, 0.25, 0.75, 0.014 ) ;
円柱設定 ( 2, 0.75, 0.75, 0.02 ) ;
円柱設定 ( 3, 0.25, 0.25, 0.02 ) ;
円柱設定 ( 4, 0.75, 0.25, 0.014 ) ;
濃度設定 ( 2.0 ) ;
円柱回転設定 ( 0, 1, 20, -300.0 ) ;
円柱回転設定 ( 1, 1, 20, 300.0 ) ;
円柱回転設定 ( 2, 1, 20, 300.0 ) ;
円柱回転設定 ( 3, 1, 20, 300.0 ) ;
円柱回転設定 ( 4, 1, 20, 300.0 ) ;
画像キャプチャ ( 5, "sample2_5.bmp" ) ;
画像キャプチャ ( 15, "sample2_15.tif" ) ;
画像キャプチャ ( 20, "sample2_20.bmp" ) ;

画像キャプチャ ( 5, "sample2_5.bmp" ) ;

画像キャプチャ ( 15, "sample2_15.tif" ) ;

画像キャプチャ ( 20, "sample2_20.bmp" ) ;


uzu00_st640.ars

LoadImage ( "stripes640p.bmp" ) ;
SetCylinder ( 0, 0.5, 0.5, 0.0 ) ;
SetCylinder ( 1, 0.25, 0.75, 0.1 ) ;
SetCylinder ( 2, 0.75, 0.75, 0.1 ) ;
SetCylinder ( 3, 0.25, 0.25, 0.1 ) ;
SetCylinder ( 4, 0.75, 0.25, 0.1 ) ;

SetIndex ( 3.0 ) ;

SetRotation ( 0, 1, 20, 30.0 ) ;
SetRotation ( 1, 1, 20, 30.0 ) ;
SetRotation ( 2, 1, 20, 30.0 ) ;
SetRotation ( 3, 1, 20, 30.0 ) ;
SetRotation ( 4, 1, 20, 30.0 ) ;
SetRotation ( 0, 1, 20, -30.0 ) ;
SetRotation ( 1, 1, 20, -30.0 ) ;
SetRotation ( 2, 1, 20, -30.0 ) ;
SetRotation ( 3, 1, 20, -30.0 ) ;
SetRotation ( 4, 1, 20, -30.0 ) ;
SetCaptureImage ( 10, "uzu00_st640_10.bmp" ) ;
SetCaptureImage ( 20, "uzu00_st640_20.bmp" ) ;

SetCaptureImage ( 10, "uzu00_st640_10.bmp" ) ;
SetCaptureImage ( 20, "uzu00_st640_20.bmp" ) ;



上記データからの構成例



uzu00_st640.ars


// Arsnote : uzu00_Cosym4.ars
// Arsnote : uzu00_st640.ars の継承

LoadImage ( "stripes640p.bmp" ) ;
SetCylinder ( 0, 0.5, 0.5, 0.0 ) ;
SetCylinder ( 1, 0.25, 0.75, 0.1 ) ;
SetCylinder ( 2, 0.75, 0.75, 0.1 ) ;
SetCylinder ( 3, 0.25, 0.25, 0.1 ) ;
SetCylinder ( 4, 0.75, 0.25, 0.1 ) ;

SetIndex ( 3.0 ) ;

SetRotation ( 0, 1, 20, 30.0 ) ;
SetRotation ( 1, 1, 20, 30.0 ) ;
SetRotation ( 2, 1, 20, 30.0 ) ;
SetRotation ( 3, 1, 20, 30.0 ) ;
SetRotation ( 4, 1, 20, 30.0 ) ;
SetRotation ( 0, 1, 20, -30.0 ) ;
SetRotation ( 1, 1, 20, -30.0 ) ;
SetRotation ( 2, 1, 20, -30.0 ) ;
SetRotation ( 3, 1, 20, -30.0 ) ;
SetRotation ( 4, 1, 20, -30.0 ) ;

SetCaptureImage
( 10, "Compsym4_10.bmp" ) ;
SetCaptureImage
( 20, "Compsym4_20.bmp" ) ;

SetCaptureImage
( 10, "Compsym4_10.bmp" ) ;
SetCaptureImage
( 20, "Compsym4_20.bmp" ) ;
Ars&Arp

Arsnote
Arsnote:stripes640.ars
Programming Director: Shinji SASADA
Scientific Director: Ryuuji TAKAKI
Art Director: Ken ISHIGAKI

Arsnote Performer
Arsnote Performer:Arp001uzu.arp
Programming Director: Shinji SASADA
Scientific Director: Ryuuji TAKAKI
Art Director: Ken ISHIGAKI


下方にフォトショップによる試作あり.

Copyright 2004, arsnote labo.


フォトショップによる渦の変形.
もとのデータは上と同じ.複製,展開をし,
フィニッシュワークとして,追い焼き,覆い焼き,カラー調整を行っている.
 既存のプラグインでは,回転中心や粘性の調整は出来ない.各自でプロセスの比較を体験し,それぞれのソフトの特長を活かして制作するとおもしろい.

今回は,短時間のワークショップで結果の視覚化とファイリングが同時にできるよう,プログラマーである笹田氏のご配慮により,解像度を受講者のマシン性能に準じたものとしてある.


BACK


Copyright (c) 2004 Arsnote labo. All rights reserved