Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp2370 …IEcs const& ecs, const Entity nodeEntity, Node& exportNode, decltype(Data::lights)& lightArray, En… in AttachLight() argument
2374 …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()