|
| GLPartialDisk (int _slices, int _loops, float _innerRadius, float _outerRadius, float _startAngle, float _sweepAngle) |
|
void | setInnerRadius (float _innerRadius) |
|
void | setOuterRadius (float _outerRadius) |
|
int | getNumTriangles () |
|
void | draw (GLState &_state, const ACG::Vec3f &_center=ACG::Vec3f(0.0f, 0.0f, 0.0f), ACG::Vec3f _upDir=ACG::Vec3f(0.0f, 0.0f, 1.0f)) |
|
void | draw_primitive () |
|
void | draw_primitive (GLSL::Program *_program) |
|
void | addToRenderer_primitive (class IRenderer *_renderer, struct RenderObject *_ro) |
|
virtual int | getNumLines () |
|
unsigned int | getVBO () |
|
const VertexDeclaration * | getVertexDecl () const |
|
|
int | slices_ |
|
int | loops_ |
|
float | innerRadius_ |
|
float | outerRadius_ |
|
float | startAngle_ |
|
float | sweepAngle_ |
|
|
enum | NormalOrientation { OUTSIDE,
INSIDE
} |
|
bool | vboDataInvalid_ |
|
NormalOrientation | normalOrientation_ |
|
Definition at line 225 of file GLPrimitives.hh.
◆ GLPartialDisk()
ACG::GLPartialDisk::GLPartialDisk |
( |
int |
_slices, |
|
|
int |
_loops, |
|
|
float |
_innerRadius, |
|
|
float |
_outerRadius, |
|
|
float |
_startAngle, |
|
|
float |
_sweepAngle |
|
) |
| |
- Parameters
-
[in] | _slices | the number of slices that subdivide the partial disk has to be at least 2 |
[in] | _loops | the number of loops that subdivide the slices has to be at least 1 |
[in] | _innerRadius | the inner radius should not be smaller than zero and greater than the outer radius |
[in] | _outerRadius | the outer radius should not be zero or smaller than zero |
[in] | _startAngle | the angle at which the partial disk starts |
[in] | _sweepAngle | the angle at which the partial disk ends |
Definition at line 737 of file GLPrimitives.cc.
The documentation for this class was generated from the following files: