BlendRenderElement - superclass: MAXObject; super-superclass:Value - 12:0 - classID: #(11, 0)
Constructor
BlendRenderElement
Properties
<BlendRenderElement>.enabled BooleanClass default: true -- boolean
Shows whether the element is enabled.
<BlendRenderElement>.filterOn BooleanClass default: true -- boolean; FilteringOn
Shows whether the active antialiasing filter is enabled for the element.
<BlendRenderElement>.elementName String default: "Blend" -- string
Shows the name of the currently selected element. You can type in a custom name for the element.
This control is unavailable when multiple elements are selected.
<BlendRenderElement>.bitmap UndefinedClass default: undefined -- bitmap
<BlendRenderElement>.atmosphereOn BooleanClass default: true -- boolean
When on, include atmospheric effects. Default=on.
<BlendRenderElement>.shadowOn BooleanClass default: true -- boolean; ShadowsOn
When on, include shadows. Default=on.
<BlendRenderElement>.diffuseOn BooleanClass default: true -- boolean; Diffuse_On
When on, include the diffuse color component. Default=on.
<BlendRenderElement>.ambientOn BooleanClass default: true -- boolean; Ambient_On
When on, include the ambient color component. Default=on.
<BlendRenderElement>.specularOn BooleanClass default: true - - boolean; Specular_On
When on, include the specular color component. Default=on.
<BlendRenderElement>.emissionOn BooleanClass default: true -- boolean; Self_Illumination
When on, include self-illumination. Default=on.
<BlendRenderElement>.reflectionOn BooleanClass default: true -- boolean; Reflection_On
When on, include reflections. Default=on.
<BlendRenderElement>.refractionOn BooleanClass default: true -- boolean; Refraction_On
When on, include refractions. Default=on.