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


Public Member Functions | |
| OSGBox (float lengthX, float lengthY, float lengthZ) | |
| virtual void | init (const OsgHandle &osgHandle, Quality quality=Middle) |
| Initialisation of the primitive. | |
| float | getLengthX () |
| float | getLengthY () |
| float | getLengthZ () |
Protected Attributes | |
| float | lengthX |
| float | lengthY |
| float | lengthZ |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Initialisation of the primitive. Must in order to place the object into the scene. This function should be overloaded Implements OSGPrimitive.
|
|
|
|
|
|
|
|
|
|
1.3.8