Searched refs:ParseOptionalMath (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_loader.cpp | 328 bool ParseOptionalMath( in ParseOptionalMath() function 798 …if (!ParseOptionalMath(loadResult, metallicRoughness.baseColorFactor, *roughnessJson, "baseColorFa… in ParseMetallicRoughness() 1193 if (!ParseOptionalMath(loadResult, sheen.factor, *sheenJson, "sheenColorFactor", {})) { in ParseKhrMaterialsSheen() 1243 …if (!ParseOptionalMath(loadResult, specular.color, *specularJson, "specularColorFactor", specular.… in ParseKhrMaterialsSpecular() 1363 …if (Math::Vec3 emissive; !ParseOptionalMath(loadResult, emissive, jsonData, "emissiveFactor", emis… in ParseMaterial() 1813 if (!ParseOptionalMath(loadResult, light->color, jsonData, "color", light->color)) { in PrimitiveAttributes() 1894 if (!ParseOptionalMath(loadResult, light->rotation, jsonData, "rotation", light->rotation)) { in PrimitiveAttributes() 2075 if (ParseOptionalMath(loadResult, node.matrix, jsonData, "matrix", node.matrix)) { in PrimitiveAttributes() 2079 … if (!ParseOptionalMath(loadResult, node.translation, jsonData, "translation", node.translation)) { in PrimitiveAttributes() 2084 if (!ParseOptionalMath(loadResult, node.rotation, jsonData, "rotation", node.rotation)) { in PrimitiveAttributes() [all …]
|