source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/source/IllumModule/src/RenderTechniques/SBBRenderTechnique.cpp @ 3255

Revision 3255, 314 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#include "SBBRenderTechnique.h"
2
3
4SBBRenderTechnique::SBBRenderTechnique(
5                                                                                                ElementaryRenderable* parentRenderable,
6                                                                                                TechniqueGroup* parentTechniqueGroup)
7                                                        :RenderTechnique( parentRenderable, parentTechniqueGroup)
8{
9       
10}
11
12SBBRenderTechnique::~SBBRenderTechnique()
13{
14
15}
16
17
Note: See TracBrowser for help on using the repository browser.