Home
last modified time | relevance | path

Searched refs:GetLightType (Results 1 - 8 of 8) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h47 bool GetLightType(BASE_NS::string_view type, LightType& out);
48 BASE_NS::string_view GetLightType(LightType type);
H A Dgltf2_util.cpp539 bool GetLightType(const string_view type, LightType& out) in GetLightType() function
555 string_view GetLightType(LightType type) in GetLightType() function
H A Dgltf2_exporter.cpp2106 jsonLightObject["type"] = GetLightType(light->type); in ExportKHRLights()
H A Dgltf2_loader.cpp1792 if (!GetLightType(lightType, light->type)) {
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_light.h85 ModelLightType GetLightType() const in GetLightType() function in OHOS::Ace::NG::ModelLight
/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dlight.h65 LightType GetLightType() const in GetLightType() function in OHOS::Render3D::Light
/foundation/arkui/ace_engine/frameworks/core/components/scene_viewer/
H A Drender_scene_viewer.cpp527 light->SetLightType(newLights.at(index)->GetLightType());
548 if (light->GetLightType() != newLights.at(index)->GetLightType()
/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1466 oldLC->type = static_cast<CORE3D_NS::LightComponent::Type>(light->GetLightType()); in UpdateLights()
1481 lc.type = static_cast<CORE3D_NS::LightComponent::Type>(light->GetLightType()); in UpdateLights()

Completed in 56 milliseconds