Rev | Line | |
---|
[2197] | 1 | #include "dxstdafx.h"
|
---|
| 2 | #include ".\renderstrategy.h"
|
---|
| 3 |
|
---|
| 4 | RenderStrategy::RenderStrategy(PathMapEffect* pathMapEffect)
|
---|
| 5 | {
|
---|
| 6 | this->pathMapEffect = pathMapEffect;
|
---|
| 7 | }
|
---|
| 8 |
|
---|
| 9 |
|
---|
| 10 | void RenderStrategy::applyTargets() const
|
---|
| 11 | {
|
---|
| 12 | }
|
---|
| 13 |
|
---|
| 14 | void RenderStrategy::applyRenderState() const
|
---|
| 15 | {
|
---|
| 16 | }
|
---|
| 17 |
|
---|
| 18 | void RenderStrategy::applyTechnique() const
|
---|
| 19 | {
|
---|
| 20 | }
|
---|
| 21 |
|
---|
| 22 | void RenderStrategy::applyTransforms(Entity* entity) const
|
---|
| 23 | {
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 |
|
---|
| 27 | void RenderStrategy::applyTextures(SubEntity* subEntity) const
|
---|
| 28 | {
|
---|
| 29 | }
|
---|
| 30 |
|
---|
| 31 | void RenderStrategy::resetRenderState() const
|
---|
| 32 | {
|
---|
| 33 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.