source:
GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/Standalone/PathMap [DirectX]/DepthRenderStrategy.h
@
3255
Revision 3255, 343 bytes checked in by szirmay, 16 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.