アニメーションのミキサを書き出します。
ExportMixer( Model, FileName, [TrackTypes] ); |
パラメータ | タイプ | 説明 |
---|---|---|
Model | 文字列 |
書き出されるミキサ デフォルト値:選択されているミキサまたはモデル |
FileName | 文字列 | 書き出し先ファイルの名前 |
TrackTypes | siModificationMixerType |
リファレンス モデル フリーズしないトラックのタイプ。 デフォルト値: siModificationMixerTypeAll |
Dim oMixer CreatePrim "Cone", "MeshSurface" CreateModel ExportMixer "Model", "C:\temp\mymixer.xsimixer" ImportMixer "C:\temp\mymixer.xsimixer", "Model", False, oMixer logmessage "Imported mixer: " & oMixer |