Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/render/
H A Drender_data_defines_3d.h422 BG_TYPE_IMAGE = 1, enumerator
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/
H A Drender_node_default_env.cpp84 if ((renderEnvironment.backgroundType == RenderCamera::Environment::BG_TYPE_IMAGE) || in GetEnvironmentDataHandles()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.cpp444 renderEnv.backgroundType = RenderCamera::Environment::BG_TYPE_IMAGE; in FillRenderEnvironment()