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

Method unpackExtended

Engine/source/lighting/lightInfo.cpp:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void 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
150void LightInfo::getWorldToLightProj( MatrixF *outMatrix ) const
151{

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