virtual void SetEdgeAAMode(Render::EdgeAAMode edgeAA) = 0;
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 |
Description |
Render::EdgeAAMode edgeAA |
The EdgeAAMode flag value configured for the node. |