Home
last modified time | relevance | path

Searched refs:KHRLight (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h64 struct KHRLight;
687 KHRLight* light { nullptr };
720 KHRLight* light { nullptr }; // Ambient light
754 struct KHRLight { struct in GLTF2::AttributeType::RenderMode::FilterMode::WrapMode
H A Ddata.h68 BASE_NS::vector<BASE_NS::unique_ptr<GLTF2::KHRLight>> lights;
H A Dgltf2_loader.cpp1739 bool LightSpot(LoadResult& loadResult, const json::value& jsonData, decltype(KHRLight::positional.spot)& spot)
1756 bool LightShadow(LoadResult& loadResult, const json::value& jsonData, decltype(KHRLight::shadow)& shadow)
1781 auto light = make_unique<KHRLight>();
H A Dgltf2_exporter.cpp2377 exportNode.light = lightArray.emplace_back(make_unique<KHRLight>()).get(); in AttachLight()

Completed in 9 milliseconds