Searched defs:lightIndex (Results 1 – 3 of 3) sorted by relevance
2125 … const GLTFResourceData& gltfResourceData, IEcs& ecs, Entity sceneEntity, const size_t lightIndex) in CreateEnvironmentComponent()2345 const size_t lightIndex = scene->imageBasedLightIndex; in ImportScene() local3198 for (size_t lightIndex = 0; lightIndex < data_->imageBasedLights.size(); ++lightIndex) { in PrepareImageBasedLightTasks() local
1992 size_t lightIndex; in PrimitiveAttributes() member2198 size_t lightIndex = GLTF_INVALID_INDEX; in PrimitiveAttributes() local
2374 …if (auto const lightIndex = FindOrAddIndex(entities.withLight, nodeEntity); lightIndex < lightArra… in AttachLight() local