Home
last modified time | relevance | path

Searched refs:GetCameraRotation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h88 const Quaternion GetCameraRotation() const in GetCameraRotation() function
H A Drender_scene_viewer.cpp291 cameraRotation_ = svComponent->GetCameraRotation();
494 || cameraRotation_ != svComponent->GetCameraRotation()) {
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/include/lume/
H A Dlume_common.h97 BASE_NS::Math::Quat GetCameraRotation();
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp563 auto const rotation = orbitCamera_.GetCameraRotation(); in Tick()
623 BASE_NS::Math::Quat OrbitCameraHelper::GetCameraRotation() in GetCameraRotation() function in OHOS::Render3D::OrbitCameraHelper