Home
last modified time | relevance | path

Searched defs:lightComponent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Drender_system.h164 const LightComponent& lightComponent; member
H A Drender_system.cpp2051 const auto& lightComponent = lpd.lightComponent; in ProcessLight() local
2165 const LightComponent lightComponent = lightMgr_->Get(row.components[0u]); in ProcessLights() local
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dscene_util.cpp251 …IEcs& ecs, const LightComponent& lightComponent, const Math::Vec3& position, const Math::Quat& rot… in CreateLight() argument
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp533 auto const lightComponent = lightManager->Get(lightEntity); in ExportGltfLight() local