|
void | onDraw (uint viewId) override |
|
void | onDrawContent (uint viewId) override |
|
void | onInit (uint viewId) override |
|
void | onKeyPress (Key::Enum key, const KeyModifiers &modifiers) override |
|
void | toggleAxisVisibility () |
|
void | toggleTrackBallVisibility () |
|
void | onDrawContent (uint viewId) override |
|
void | onDrawId (uint viewId) override |
|
void | onKeyPress (Key::Enum key, const KeyModifiers &modifiers) override |
|
void | onMouseDoubleClick (MouseButton::Enum button, double x, double y, const KeyModifiers &modifiers) override |
|
| ViewerDrawerBGFX (const std::shared_ptr< DrawableObjectVector > &v, uint width=1024, uint height=768) |
|
| ViewerDrawerBGFX (uint width=1024, uint height=768) |
|
| AbstractViewerDrawer (uint width=1024, uint height=768) |
|
const DrawableObjectVector & | drawableObjectVector () const |
|
void | fitScene () |
|
void | onInit (uint) override |
|
void | onKeyPress (Key::Enum key, const KeyModifiers &modifiers) override |
|
uint | pushDrawableObject (const DrawableObject &obj) |
|
uint | pushDrawableObject (DrawableObject &&obj) |
|
void | setDrawableObjectVector (const std::shared_ptr< DrawableObjectVector > &v) |
|
|
bool | isDirectionalLightVisible () const |
|
void | setDirectionalLightVisibility (bool b) |
|
void | updateDrawableDirectionalLight () |
|
void | updateDrawableTrackball () |
|
The documentation for this class was generated from the following file: