Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_loader.cpp1605 … const auto parseWeights = [&weights](LoadResult& loadResult, const json::value& weight) -> bool { in PrimitiveAttributes() local
1612 if (!ForEachInArray(loadResult, jsonData, "weights", parseWeights)) { in PrimitiveAttributes()