Searched refs:normalJson (Results 1 – 1 of 1) sorted by relevance
1009 if (auto normalJson = jsonData.find("normalTexture"); normalJson) { in ParseNormalTexture() local1010 if (!ParseTextureInfo(loadResult, normalTexture.textureInfo, *normalJson)) { in ParseNormalTexture()1014 …if (!ParseOptionalNumber<float>(loadResult, normalTexture.scale, *normalJson, "scale", normalTextu… in ParseNormalTexture()