source: GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCBillboardGroup.h @ 709

Revision 709, 369 bytes checked in by igarcia, 18 years ago (diff)
Line 
1#ifndef _BILLBOARDGROUP_H
2#define _BILLBOARDGROUP_H
3
4#include <BBCPrerequisites.h>
5
6namespace BBC {
7
8class BillboardGroup {
9  protected:
10        std::vector<unsigned int> mBillboardHandleList;
11
12  public:
13    unsigned int getBillboardHandle(unsigned int iBillboard);
14
15    void addBillboardHandle(unsigned int iBillboardHandle);
16
17        unsigned int getNumBillboards();
18
19};
20
21}
22#endif
Note: See TracBrowser for help on using the repository browser.