Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h437 struct NormalTexture { in CORE3D_BEGIN_NAMESPACE() struct
460 NormalTexture normalTexture; in CORE3D_BEGIN_NAMESPACE()
501 NormalTexture normalTexture; in CORE3D_BEGIN_NAMESPACE()
H A Dgltf2_loader.cpp1007 bool ParseNormalTexture(LoadResult& loadResult, const json::value& jsonData, NormalTexture& normalT… in ParseNormalTexture()