Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h724 size_t imageBasedLightIndex = GLTF_INVALID_INDEX; in CORE3D_BEGIN_NAMESPACE() member
H A Dgltf2_loader.cpp2227 loadResult, scene.imageBasedLightIndex, light, "light", GLTF_INVALID_INDEX); in PrimitiveAttributes()
H A Dgltf2_importer.cpp2345 const size_t lightIndex = scene->imageBasedLightIndex; in ImportScene()