#include <osgprimitive.h>
Inherits OSGPrimitive.
Inheritance diagram for OSGCapsule:


Public Member Functions | |
| OSGCapsule (float radius, float height) | |
| virtual void | init (const OsgHandle &osgHandle, Quality quality=Middle) |
| Initialisation of the primitive. | |
| float | getRadius () |
| float | getHeight () |
Protected Attributes | |
| float | radius |
| float | height |
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
Initialisation of the primitive. Must in order to place the object into the scene. This function should be overloaded Implements OSGPrimitive.
|
|
|
|
|
|
|
1.3.8