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

Method setLightDirection

Engine/source/T3D/guiObjectView.cpp:612–617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610//------------------------------------------------------------------------------
611
612void GuiObjectView::setLightDirection( const Point3F& direction )
613{
614 mLightDirection = direction;
615 if( mLight )
616 mLight->setDirection( direction );
617}
618
619//------------------------------------------------------------------------------
620

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

setDirectionMethod · 0.45

Tested by

no test coverage detected