23 #ifndef OST_GFX_CPK_RENDER_OPTIONS_HH
24 #define OST_GFX_CPK_RENDER_OPTIONS_HH
26 #include <boost/shared_ptr.hpp>
33 namespace ost {
namespace gfx {
46 void SetSphereDetail(
uint detail);
47 uint GetSphereDetail();
49 void SetSphereMode(
uint mode);
52 void SetRadiusMult(
float m);
53 float GetRadiusMult()
const;
#define DLLEXPORT_OST_GFX
boost::shared_ptr< CPKRenderOptions > CPKRenderOptionsPtr
boost::shared_ptr< RenderOptions > RenderOptionsPtr