SetCircleAccuracy
Sets the accuracy of the circle drawing functions. The value should be between 0.0 and 1.0 but it should never be zero. The more accuracy, the better the circles will generally look but rendering them will be slower. This setting can be overridden by passing a different accuracy value to the circle drawing functions. Examples // Set a rather low circle accuracy //
Settings::SetCircleAccuracy( 0.2 ); // Set a very high circle accuracy // Settings::SetCircleAccuracy( 0.7 ); Other functions of the class Settings
Questions about SetCircleAccuracy? Click here. |