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

Method setTransform

Engine/source/T3D/lightBase.cpp:191–195  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189}
190
191void LightBase::setTransform( const MatrixF &mat )
192{
193 setMaskBits( TransformMask );
194 Parent::setTransform( mat );
195}
196
197void LightBase::prepRenderImage( SceneRenderState *state )
198{

Callers 1

advanceTimeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected