Searched refs:lightArray (Results 1 – 1 of 1) sorted by relevance
2370 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::lights)& lightArray, En… in AttachLight() argument2374 …onst lightIndex = FindOrAddIndex(entities.withLight, nodeEntity); lightIndex < lightArray.size()) { in AttachLight()2375 exportNode.light = lightArray[lightIndex].get(); in AttachLight()2377 exportNode.light = lightArray.emplace_back(make_unique<KHRLight>()).get(); in AttachLight()