![]() |
Pioneer
|
#include <Drawables.h>
Public Member Functions | |
| Sphere3D (Renderer *, RefCountedPtr< Material > material, int subdivisions=0, float scale=1.f, AttributeSet attribs=(ATTRIB_POSITION|ATTRIB_NORMAL|ATTRIB_UV0)) | |
| void | Draw (Renderer *r) |
| RefCountedPtr< Material > | GetMaterial () const |
| Graphics::Drawables::Sphere3D::Sphere3D | ( | Renderer * | renderer, |
| RefCountedPtr< Material > | material, | ||
| int | subdivisions = 0, |
||
| float | scale = 1.f, |
||
| AttributeSet | attribs = (ATTRIB_POSITION | ATTRIB_NORMAL | ATTRIB_UV0) |
||
| ) |

| void Graphics::Drawables::Sphere3D::Draw | ( | Renderer * | r | ) |

|
inline |