Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
191
void LightBase::setTransform( const MatrixF &mat )
192
{
193
setMaskBits( TransformMask );
194
Parent::setTransform( mat );
195
}
196
197
void LightBase::prepRenderImage( SceneRenderState *state )
198
{
Callers
1
advanceTime
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected