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 {
45 void SetSphereDetail(
uint sphere_detail);
46 uint GetSphereDetail();
47 void SetArcDetail(
uint arc_detail);
49 void SetSphereRad(
float r);
50 float GetSphereRad()
const;
51 void SetBondRad(
float r);
52 float GetBondRad()
const;
boost::shared_ptr< CustomRenderOptions > CustomRenderOptionsPtr
#define DLLEXPORT_OST_GFX
boost::shared_ptr< RenderOptions > RenderOptionsPtr