source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/PathMap [DirectX]/PRMRenderStrategy.h @ 3255

Revision 3255, 389 bytes checked in by szirmay, 15 years ago (diff)
Line 
1#pragma once
2#include "renderstrategy.h"
3
4class PRMRenderStrategy :
5        public RenderStrategy
6{
7        Radion* radion;
8public:
9        PRMRenderStrategy(PathMapEffect* pathMapEffect, Radion* radion);
10
11        void applyTargets();
12        void applyRenderState();
13        void applyTechnique();
14
15        void applyTransforms(Entity* entity);
16        void applyTextures(SubEntity* subEntity);
17
18        void resetRenderState();
19};
Note: See TracBrowser for help on using the repository browser.