| 169 | } |
| 170 | |
| 171 | void LightInfo::unpackExtended( BitStream *stream ) |
| 172 | { |
| 173 | for ( U32 i = 0; i < mExtended.size(); i++ ) |
| 174 | if ( mExtended[ i ] ) |
| 175 | mExtended[ i ]->unpackUpdate( stream ); |
| 176 | } |
| 177 | |
| 178 | void LightInfo::getWorldToLightProj( MatrixF *outMatrix ) const |
| 179 | { |
no test coverage detected