Compounds | |
class | GAUGE3D::GBillboardSprite |
class | GAUGE3D::GImage |
class | GAUGE3D::GModel |
class | GAUGE3D::GSphereModel |
class | GAUGE3D::GSurface |
Typedefs | |
typedef GSmartPointer<GBillboardSprite> | pGBillboardSprite |
Smart pointer to a GBillboardSprite. | |
typedef GSmartPointer<GImage> | pGImage |
Smart pointer to a GImage. | |
typedef GSmartPointer<GModel> | pGModel |
Smart pointer to a GModel. | |
typedef GSmartPointer<GSphereModel> | pGSphereModel |
Smart pointer to a GSphereModel. | |
typedef GSmartPointer<GSuperModel> | pGSuperModel |
Smart pointer to a GSuperModel. | |
typedef GSmartPointer<GSurface> | pGSurface |
Smart pointer to a GSurface. |
This module includes classes for describing images, surfaces, 3D models, and 3D worlds. These classes don't actually render anything. They only describe what needs to be rendered. Use the renderer module to render these.