Home
last modified time | relevance | path

Searched refs:CUBEMAP (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/include/scene_plugin/interface/
H A Dintf_environment.h39 CUBEMAP = 2, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/ecs/components/
H A Denvironment_component.h42 CUBEMAP = 2, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/
H A Denvironment_component_manager.cpp32 DECL_ENUM(CORE3D_NS::EnvironmentComponent::Background, CUBEMAP, "Cubemap")
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DEnvironmentJS.cpp239 type = IEnvironment::BackgroundType::CUBEMAP; in SetBackgroundType()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/core/src/lume/
H A Dlume_common.cpp1041 engineBackgourndType = CORE3D_NS::EnvironmentComponent::Background::CUBEMAP; in LoadEnvModel()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp445 } else if (component.background == EnvironmentComponent::Background::CUBEMAP) { in FillRenderEnvironment()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2172 envHandle->background = EnvironmentComponent::Background::CUBEMAP; in CreateEnvironmentComponent()