Home
last modified time | relevance | path

Searched defs:localDirection (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/lights/
H A Dqspotlight.cpp246 QVector3D QSpotLight::localDirection() const in localDirection() function in Qt3DRender::QSpotLight
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Scene/
H A DNode.cpp523 …Vector3 localDirection = (parent_ == scene_ || !parent_) ? direction : parent_->GetWorldRotation()… in SetWorldDirection() local