| 147 | //----------------------------------------------------------------------------- |
| 148 | |
| 149 | void AccumulationVolume::_renderObject( ObjectRenderInst* ri, SceneRenderState* state, BaseMatInstance* overrideMat ) |
| 150 | { |
| 151 | Parent::_renderObject( ri, state, overrideMat ); |
| 152 | |
| 153 | #ifdef DEBUG_DRAW |
| 154 | if( state->isDiffusePass() ) |
| 155 | DebugDrawer::get()->drawPolyhedronDebugInfo( mPolyhedron, getTransform(), getScale() ); |
| 156 | #endif |
| 157 | } |
| 158 | |
| 159 | //----------------------------------------------------------------------------- |
| 160 |
nothing calls this directly
no test coverage detected