Line | |
---|
1 | #ifndef _LBBCKdTreeCLUSTERSERIALIZER_H |
---|
2 | #define _LBBCKdTreeCLUSTERSERIALIZER_H |
---|
3 | |
---|
4 | #include <BBC.h> |
---|
5 | |
---|
6 | namespace LBBC { |
---|
7 | |
---|
8 | class _BBCExport KdTreeClusterSerializer : public BBC::BillboardCloudSerializer { |
---|
9 | public: |
---|
10 | KdTreeClusterSerializer(); |
---|
11 | |
---|
12 | virtual ~KdTreeClusterSerializer(); |
---|
13 | |
---|
14 | virtual void writeBillboardCloud(TiXmlDocument *document, bool groupedBillboards); |
---|
15 | |
---|
16 | virtual void readBillboardCloud(TiXmlDocument *document, bool groupedBillboards); |
---|
17 | |
---|
18 | }; |
---|
19 | |
---|
20 | } |
---|
21 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.