MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / unpackExtended

Method unpackExtended

Engine/source/lighting/lightInfo.cpp:171–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169}
170
171void 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
178void LightInfo::getWorldToLightProj( MatrixF *outMatrix ) const
179{

Callers 3

unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80
unpackUpdateMethod · 0.80

Calls 2

sizeMethod · 0.45
unpackUpdateMethod · 0.45

Tested by

no test coverage detected