Home
last modified time | relevance | path

Searched defs:lightIndex (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp2125 … const GLTFResourceData& gltfResourceData, IEcs& ecs, Entity sceneEntity, const size_t lightIndex) in CreateEnvironmentComponent()
2345 const size_t lightIndex = scene->imageBasedLightIndex; in ImportScene() local
3198 for (size_t lightIndex = 0; lightIndex < data_->imageBasedLights.size(); ++lightIndex) { in PrepareImageBasedLightTasks() local
H A Dgltf2_loader.cpp1992 size_t lightIndex; in PrimitiveAttributes() member
2198 size_t lightIndex = GLTF_INVALID_INDEX; in PrimitiveAttributes() local
H A Dgltf2_exporter.cpp2374 …if (auto const lightIndex = FindOrAddIndex(entities.withLight, nodeEntity); lightIndex < lightArra… in AttachLight() local