Searched refs:withLight (Results 1 – 1 of 1) sorted by relevance
208 vector<Entity> withLight; member526 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()