Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp208 vector<Entity> withLight; member
526 if (!entities.withLight.empty() && entities.withLight.size() == result.data->lights.size()) { in ExportGltfLight()
530 for (auto const lightEntity : entities.withLight) { in ExportGltfLight()
2374 …if (auto const lightIndex = FindOrAddIndex(entities.withLight, nodeEntity); lightIndex < lightArra… in AttachLight()