#include <cybglworldc.h>
Inheritance diagram for CybGLWorldC:


Public Methods | |
| CybGLWorldC () | |
| virtual | ~CybGLWorldC () |
| long | GetFreeLightID () |
| void | FreeLightID (long) |
| virtual void | Unload () |
| virtual short | isectSceneWithNode (SFNode *, IsectResultS &) |
| void | SetGLChannel (CybGLChannelC *pGLChan) |
| long | AsignTouchSensor (CybGLTouchSensorC *) |
| CybGLTouchSensorC * | GetTouchSensor (long id) |
| virtual CybNodeC * | CreateNode (long) |
| virtual void | ToChannel (CybChannelC *, long) |
| const ArrayC< CybTextureC * > & | GetTextures () |
Protected Attributes | |
| KetteC< long > | m_freeLightIDList |
| long | m_lightCounter |
| KetteC< long > | m_freeSelectNameIDList |
| ArrayC< CybGLTouchSensorC * > | m_pTouchSensorList |
| ArrayC< CybTextureC * > | m_textures |
| CybGLChannelC * | m_pGLChan |
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from CybWorldC. |
|
|
|
|
|
|
|
|
Definition at line 63 of file cybglworldc.h.
00063 {return m_textures;}
|
|
|
|
|
||||||||||||
|
Reimplemented from CybWorldC. |
|
|
Definition at line 58 of file cybglworldc.h.
00058 {m_pGLChan = pGLChan;}
|
|
||||||||||||
|
Reimplemented from CybWorldC. |
|
|
Reimplemented from CybWorldC. |
|
|
Definition at line 66 of file cybglworldc.h. |
|
|
Definition at line 69 of file cybglworldc.h. |
|
|
Definition at line 67 of file cybglworldc.h. |
|
|
Definition at line 72 of file cybglworldc.h. |
|
|
Definition at line 70 of file cybglworldc.h. |
|
|
Definition at line 71 of file cybglworldc.h. |
1.3-rc2