移動先: 概要 戻り値 キーワード. フラグ. MEL 例.
resampleFluid [-resampleDepth int] [-resampleHeight int] [-resampleWidth int]
resampleFluid は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
ボクセルのサイズと流体の既存内容の位置を変えずに流体グリッドを拡張します。これを可能にするために、流体のトランスフォームも修正されるので、注意してください。なし
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-resampleWidth(-rw)
|
int
|
![]() ![]() ![]() |
||
|
||||
-resampleHeight(-rh)
|
int
|
![]() ![]() ![]() |
||
|
||||
-resampleDepth(-rd)
|
int
|
![]() ![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// set width resolution to 3 resampleFluid -rw 3; // set height resolution to 12 resampleFluid -rh 12; // set all resolutions to 20 resampleFluid -rw 20 -rh 20 -rd 20;