source:
GTP/trunk/App/Demos/Illum/pathmap/DepthRenderStrategy.h
@
2197
Revision 2197, 343 bytes checked in by szirmay, 18 years ago (diff) |
---|
Line | |
---|---|
1 | #pragma once |
2 | #include "renderstrategy.h" |
3 | |
4 | class DepthRenderStrategy : |
5 | public RenderStrategy |
6 | { |
7 | public: |
8 | DepthRenderStrategy(PathMapEffect* pathMapEffect); |
9 | |
10 | void applyTargets() const; |
11 | void applyRenderState() const; |
12 | void applyTechnique() const; |
13 | |
14 | void applyTransforms(Entity* entity) const; |
15 | void resetRenderState() const; |
16 | }; |
Note: See TracBrowser
for help on using the repository browser.