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

Method setLightDirection

Engine/source/T3D/guiObjectView.cpp:611–616  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

guiObjectView.cppFile · 0.80

Calls 1

setDirectionMethod · 0.45

Tested by

no test coverage detected