iprEngine [-copy string] [-defineTemplate string] [-estimatedMemory] [-exists] [-iprImage string] [-motionVectorFile] [-object name] [-region int int int int] [-relatedFiles] [-releaseIprImage] [-resolution] [-scanlineIncrement string] [-showProgressBar boolean] [-startTuning] [-stopTuning] [-underPixel int int] [-update] [-updateDepthOfField] [-updateLightGlow boolean] [-updateMotionBlur boolean] [-updatePort string] [-updateShaderGlow boolean] [-updateShading boolean] [-updateShadowMaps] [-useTemplate string]
iprEngine は 「元に戻す」が可能、「照会」が可能、「編集」が可能 です。
iprEngine を作成、または編集するためのコマンド。iprEngine はシェーディング ネットワークへの変更を監視し、自動的に再シェーディングして、最新のイメージを生成するオブジェクトです。string | - 作成または修正された IPR エンジン名 |
戻り値の型は照会モードでは照会フラグが基になります。
ロング ネーム(ショート ネーム) | 引数型 | プロパティ | ||
---|---|---|---|---|
-exists(-ex)
|
|
![]() |
||
|
||||
-defineTemplate(-dt)
|
string
|
![]() |
||
|
||||
-useTemplate(-ut)
|
string
|
![]() |
||
|
||||
-iprImage(-ipr)
|
string
|
![]() ![]() ![]() |
||
|
||||
-releaseIprImage(-rii)
|
|
![]() |
||
|
||||
-object(-obj)
|
name
|
![]() ![]() ![]() |
||
|
||||
-region(-r)
|
int int int int
|
![]() ![]() ![]() |
||
|
||||
-resolution(-res)
|
|
![]() |
||
|
||||
-updatePort(-up)
|
string
|
![]() ![]() ![]() |
||
|
||||
-update(-u)
|
|
![]() ![]() |
||
|
||||
-updateShading(-us)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-updateShaderGlow(-usg)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-updateLightGlow(-ulg)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-updateMotionBlur(-umb)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-updateDepthOfField(-udf)
|
|
![]() ![]() |
||
|
||||
-updateShadowMaps(-usm)
|
|
![]() ![]() |
||
|
||||
-startTuning(-st)
|
|
![]() ![]() ![]() |
||
|
||||
-stopTuning(-spt)
|
|
![]() ![]() ![]() |
||
|
||||
-underPixel(-un)
|
int int
|
![]() |
||
|
||||
-scanlineIncrement(-sli)
|
string
|
![]() ![]() ![]() |
||
|
||||
-estimatedMemory(-mem)
|
|
![]() |
||
|
||||
-motionVectorFile(-mvf)
|
|
![]() |
||
|
||||
-showProgressBar(-spb)
|
boolean
|
![]() ![]() ![]() |
||
|
||||
-relatedFiles(-rel)
|
|
![]() |
||
|
||||
-copy(-cp)
|
string
|
![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Create a iprEngine and tell it about an already created ipr image. iprEngine -ipr "iprImages/persp_scene1_ipr.iff" // Tell the iprEngine about the region to update. iprEngine -e -region 10 10 100 100 iprEngine1; // Tell the iprEngine to watch changes and update pixels. iprEngine -e -startTuning iprEngine1;