#include <RasViewer.h>
Public Member Functions | |
CRasViewer () | |
CRasViewer (CRasComponent *parent, const CRasSubWindowParams ¶ms) | |
CRasViewer (CRasComponent *parent) | |
~CRasViewer () | |
void | setScene (VPScene *scene) |
void | setCamera (VPCamera *camera) |
void | resetCamera () |
virtual void | onPaint () |
virtual void | onIdle () |
virtual void | onKeyboard (EKeyCode key, int x, int y, EKeyModifiers modifiers) |
virtual void | onMouseDrag (int x, int y) |
Protected Attributes | |
VPScene * | m_scene |
VPCamera * | m_camera |
VPImageBMP | image |
VPTexture * | tex |
GLuint | texId |
Definition at line 9 of file RasViewer.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 15 of file RasViewer.h. |
|
Definition at line 13 of file RasViewer.h. |
|
Definition at line 12 of file RasViewer.h. |
|
Definition at line 16 of file RasViewer.h. |
|
Definition at line 18 of file RasViewer.h. |