NormalsMap : BakeElement

NormalsMap - superclass: BakeElement; super-superclass:MAXWrapper - classID: #(65543, 0) 

> MAXWrapper > BakeElement > NormalsMap

 

   

要素のレンダリングとベイク処理 - クイック ナビゲーション

この BakeElement を使って、ノーマル マップをベイク処理できます。

コンストラクタ

NormalsMap ... 

プロパティ

<NormalsMap>.autoSzOn Boolean default: false -- boolean; Auto_Size_On 

AutoSize を使用可能/使用不可能にします。

   

<NormalsMap>.bitmap Bitmap default: undefined -- bitmap 

ベイク処理要素のビットマップを取得します。このプロパティは MAXScript では設定できません。

   

<NormalsMap>.elementName String default: "NormalsMap" -- string 

ベイク処理要素の名前を取得/設定します。

   

<NormalsMap>.enabled Boolean default: true -- boolean 

ベイク処理要素の使用を可能/不可能にします。

   

<NormalsMap>.fileName Filenamedefault: "" -- string; 

要素の出力ファイル名を取得/設定します。

   

<NormalsMap>.filenameUnique Boolean default: false -- boolean; Filename_Unique 

固有のファイル名生成を有効/無効にします。

   

<NormalsMap>.fileType Filenamedefault: "" -- string; 

ベイク処理要素の出力ファイル タイプを取得/設定します。

   

<NormalsMap>.filterOn Boolean default: false -- boolean; FilteringOn 

フィルタリングを使用可能/使用不可能にします。

   

<NormalsMap>.outputSzX Integer default: 256 -- integer; output_width 

出力幅を取得/設定します。

   

<NormalsMap>.outputSzY Integer default: 256 -- integer; output_height 

出力の高さを取得/設定します。

   

<NormalsMap>.targetMapSlotName String default: "" 

要素の出力が適用されるマップ スロットの名前を取得/設定します。

   

<NormalsMap>.useHeightAsAlpha BooleanClassdefault: false -- boolean 

true に設定すると、アルファ チャネルで高さマップがレンダリングされます。

   

<NormalsMap>.useNormalBump BooleanClass default: false -- boolean 

true に設定すると、生成された法線マップは Normal_Bump テクスチャマップに割り当てられます。

   

関連事項