NormalsMap - superclass: BakeElement; super-superclass:MAXWrapper - classID: #(65543, 0)This BakeElement allows a normal map to be baked.
Constructor
NormalsMap ...Properties
<NormalsMap>.autoSzOn Boolean default: false -- boolean; Auto_Size_OnEnable/Disable AutoSize.
<NormalsMap>.bitmap Bitmap default: undefined -- bitmapGet the bake element’s bitmap. This property cannot be set through MAXScript.
<NormalsMap>.elementName String default: "NormalsMap" -- stringGet/Set the bake element’s name.
<NormalsMap>.enabled Boolean default: true -- booleanEnable/Disable the bake element.
<NormalsMap>.fileName Filenamedefault: "" -- string;Get/Set the element’s output file name.
<NormalsMap>.filenameUnique Boolean default: false -- boolean; Filename_UniqueEnable/Disable unique file name generation.
<NormalsMap>.fileType Filenamedefault: "" -- string;Get/Set the bake element’s output file type.
<NormalsMap>.filterOn Boolean default: false -- boolean; FilteringOnEnable/Disable filtering.
<NormalsMap>.outputSzX Integer default: 256 -- integer; output_widthGet/Set the output width.
<NormalsMap>.outputSzY Integer default: 256 -- integer; output_heightGet/Set the output height.
<NormalsMap>.targetMapSlotName String default: ""Get/Set the name of the map slot where element output will be applied
<NormalsMap>.useHeightAsAlpha BooleanClassdefault: false -- booleanWhen set to true, the height map will be rendered into the Alpha channel.
<NormalsMap>.useNormalBump BooleanClass default: false -- booleanWhen set to true, the generated normals map will be assigned to a Normal_Bump textureMap.