-------------------------------------------------------------------------
| 161 | void NULLRenderSystem::_setViewMatrix( const Matrix4 &m ) {} |
| 162 | //------------------------------------------------------------------------- |
| 163 | void NULLRenderSystem::_setProjectionMatrix( const Matrix4 &m ) {} |
| 164 | //------------------------------------------------------------------------- |
| 165 | void NULLRenderSystem::_setSurfaceParams( const ColourValue &ambient, const ColourValue &diffuse, |
| 166 | const ColourValue &specular, const ColourValue &emissive, |
no outgoing calls
no test coverage detected