23 #ifndef OST_GFX_TRACE_RENDER_OPTIONS_HH
24 #define OST_GFX_TRACE_RENDER_OPTIONS_HH
26 #include <boost/shared_ptr.hpp>
32 namespace ost {
namespace gfx {
44 void SetArcDetail(
uint arc_detail);
45 uint GetArcDetail()
const;
46 void SetNormalSmoothFactor(
float smooth_factor);
47 float GetNormalSmoothFactor()
const;
48 void SetTubeRadius(
float tube_radius);
49 float GetTubeRadius()
const;
50 float GetMaxRad()
const;