MCPcopy Create free account
hub / github.com/OGRECave/ogre-next / getLightDirection

Method getLightDirection

OgreMain/src/OgreAutoParamDataSource.cpp:230–233  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

228 }
229 //-----------------------------------------------------------------------------
230 Vector3 AutoParamDataSource::getLightDirection( size_t index ) const
231 {
232 return getLight( index ).getDerivedDirection();
233 }
234 //-----------------------------------------------------------------------------
235 Real AutoParamDataSource::getLightPowerScale( size_t index ) const
236 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 1

getDerivedDirectionMethod · 0.45

Tested by

no test coverage detected