-----------------------------------------------------------------------------------
| 899 | } |
| 900 | //----------------------------------------------------------------------------------- |
| 901 | TextureGpu *PlanarReflections::getTexture( uint8 actorIdx ) const |
| 902 | { |
| 903 | if( actorIdx >= mActiveActorData.size() ) |
| 904 | return 0; |
| 905 | return mActiveActorData[actorIdx].reflectionTexture; |
| 906 | } |
| 907 | //----------------------------------------------------------------------------------- |
| 908 | bool PlanarReflections::cameraMatches( const Camera *camera ) |
| 909 | { |
no test coverage detected