June 2011

3 logs. Showing : 1 - 3 / 3

Jun 09, 2011

Camera Mask.js

ターゲットカメラの前に、マスク用のポリゴンを生成するポリゴンスクリプトです。


it's a polygon script to make polygon for mask of target camera.

target cam: target camera for mask.
clip center x: center point x of clipping rectangle.
clip center y: center point y of clipping rectangle.
clip width: width of clipping rectangle.
clip height: height of clipping rectangle.
z-distance: distance of mask place.

add render tag: click to add render tag with some options automatically.

ch_20110609_cameraMask_ss.jpg

Camera Mask.js_20110609.zip ( application/zip : 2 KB)

MD5 : c2730233e7283b4e0ebdb99874d02109

make your donation
for my scripts.

Jun 07, 2011

Btick Spline Particles.js

スプラインに沿って、パーティクルをレンガ状に配置するパーティクルスクリプトです。

path: 沿わせるスプラインパス
brick width: 煉瓦パーティクルの幅
brick height: 煉瓦パーティクルの高さ
brick gap: 煉瓦パーティクルのずらし比率 ( 1/n )
embed gap space: ずらした空間を拡大縮小を調整した煉瓦パーティクルで埋める場合に On
vertical count: 積み上げる個数
asy. threshold: 曲線の接線計算の精度。小さい程精度があがります。


It's particle script to make brick wall along spline path.

path: spline path along to
brick width: brick particle's width brick height: brick particle's height
brick gap: proportion of brick particle's gap ( 1/n )
embed gap space: set On to embed scaled particle in gap space
vertical count: count of piled particles
asy. threshold: threshold to calculate tangent of curve

ch_20110607_brickParticles.jpg

Brick Spline Particles.js_20110607.zip ( application/zip : 4 KB)

MD5 : 923595d7178f549e7c397a3dd0232294

make your donation
for my scripts.

Jun 03, 2011

Aligned Spline Particles.js

パスに沿ってパーティクルを同距離に整列させるパーティクルスクリプトです。

path: ガイトとなるスプラインを指定します
along to path: パスに沿って回転させる場合にチェック
distance: パーティクル同士の距離
offset: 配置開始位置のオフセット
asy. threshold: カーブの接線計算の精度。小さい程精度が上がります

20140329: offset パラメータを追加


It's a particle script to align particle along to spline path with same distance.

path: guide spline object
alogn to path: if it's on, particles are rotated along path.
distance: absolute distance between each particles.
offset: offset value of position for fisrt particle.
asy. threshold: threshold for calculation of tangent.

20140329: offset parameter added.


ch_20110603_alignedSplineParticle.jpg

Aligned_Spline_Particles.js_20140329.zip ( application/zip : 3 KB)

MD5 : ae8423c541076e8c609a4019bf65a030

make your donation
for my scripts.