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

Revision 3255, 357 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#include "RenderTechnique.h"
2#include "TechniqueGroup.h"
3
4
5RenderTechnique::RenderTechnique(
6                                                ElementaryRenderable* parentRenderable,
7                                                TechniqueGroup* parentTechniqueGroup)
8{
9        this->parentRenderable = parentRenderable;
10        this->parentTechniqueGroup = parentTechniqueGroup;
11        this->sharedRuns = parentTechniqueGroup->getSharedRuns();       
12}
13
Note: See TracBrowser for help on using the repository browser.