Home
last modified time | relevance | path

Searched refs:SetCameraUp (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dmodel_view_impl.cpp80 void ModelViewImpl::SetCameraUp(Vec3 upVec) in SetCameraUp() function in OHOS::Ace::Framework::ModelViewImpl
82 GET_COMPONENT_OR_RETURN()->SetCameraUp(upVec); in SetCameraUp()
H A Dmodel_view_impl.h35 void SetCameraUp(Vec3 upVec) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Dscene_viewer_component.h129 void SetCameraUp(Vec3 upVec) in SetCameraUp() function