23 #ifndef OST_GFX_CUSTOM_RENDER_OPTIONS_HH
24 #define OST_GFX_CUSTOM_RENDER_OPTIONS_HH
26 #include <boost/shared_ptr.hpp>
33 namespace ost {
namespace gfx {
virtual bool CanApplyRenderOptions(RenderOptionsPtr render_options)
virtual void ApplyRenderOptions(RenderOptionsPtr render_options)
float GetSphereRad() const
virtual RenderMode::Type GetRenderMode()
void SetArcDetail(uint arc_detail)
void SetSphereRad(float r)
void SetSphereDetail(uint sphere_detail)
#define DLLEXPORT_OST_GFX
boost::shared_ptr< CustomRenderOptions > CustomRenderOptionsPtr
boost::shared_ptr< RenderOptions > RenderOptionsPtr