| 141 | } |
| 142 | |
| 143 | void LightInfo::unpackExtended( BitStream *stream ) |
| 144 | { |
| 145 | for ( U32 i = 0; i < mExtended.size(); i++ ) |
| 146 | if ( mExtended[ i ] ) |
| 147 | mExtended[ i ]->unpackUpdate( stream ); |
| 148 | } |
| 149 | |
| 150 | void LightInfo::getWorldToLightProj( MatrixF *outMatrix ) const |
| 151 | { |
no test coverage detected