Movie::SetEdgeAAMode

Movie::SetEdgeAAMode
virtual void SetEdgeAAMode(Render::EdgeAAMode edgeAA) = 0;
Description

SetEdgeAAMode configures the EdgeAA mode used for the root of the render tree, which typically controls all of the movie. Pass EdgeAA_Disable here to completely disable EdgeAA.

Parameters
Parameters 
Description 
Render::EdgeAAMode edgeAA 
The EdgeAAMode flag value configured for the node.