- Timestamp:
- 05/04/06 18:58:19 (19 years ago)
- Location:
- GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCBillboardCloud.h
r721 r900 26 26 void setBillboardList(std::vector<BillboardPtr> &value); 27 27 28 void clearBillboardCloud(); 29 28 30 void addBillboard(BillboardPtr value); 29 31 … … 48 50 void removeBillboardGroup(unsigned int value); 49 51 50 protected: 51 EntityPtr mEntity; 52 EntityPtr getEntity(); 52 53 53 54 public: 55 EntityPtr getEntity(); 54 EntityPtr getEntityGrouped(); 56 55 57 56 void setEntity(EntityPtr value); 58 57 58 void setEntityGrouped(EntityPtr value); 59 60 protected: 61 EntityPtr mEntity; 62 63 EntityPtr mEntityGrouped; 59 64 }; 60 65 -
GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/BBC/BBCSubEntity.h
r751 r900 98 98 void addTextureCoordSet(unsigned int numTexCoords); 99 99 100 void removeTextureCoordSet(); 101 100 102 unsigned int getNumTexCoords(); 101 103
Note: See TracChangeset
for help on using the changeset viewer.