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

Method getLightAs4DVector

OgreMain/src/OgreAutoParamDataSource.cpp:225–228  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

223 }
224 //-----------------------------------------------------------------------------
225 Vector4 AutoParamDataSource::getLightAs4DVector( size_t index ) const
226 {
227 return getLight( index ).getAs4DVector();
228 }
229 //-----------------------------------------------------------------------------
230 Vector3 AutoParamDataSource::getLightDirection( size_t index ) const
231 {

Callers 1

_updateAutoParamsMethod · 0.80

Calls 1

getAs4DVectorMethod · 0.80

Tested by

no test coverage detected