Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_exporter.cpp1604 auto& jsonNormalTexture = jsonClearcoat["clearcoatNormalTexture"] = in ExportClearcoat() local
1607 jsonNormalTexture["scale"] = clearcoat.normalTexture.scale; in ExportClearcoat()
1767 auto& jsonNormalTexture = jsonMaterial["normalTexture"] = in ExportMaterials() local
1770 jsonNormalTexture["scale"] = material->normalTexture.scale; in ExportMaterials()