Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/assimp/code/Ply/
H A DPlyLoader.cpp284 PLY::EDataType aiNormalTypes[3] = { EDT_Char, EDT_Char, EDT_Char }; in LoadVertex() local
317 aiNormalTypes[0] = (*a).eType; in LoadVertex()
321 aiNormalTypes[1] = (*a).eType; in LoadVertex()
325 aiNormalTypes[2] = (*a).eType; in LoadVertex()
379 … GetProperty(instElement->alProperties, aiNormal[0]).avList.front(), aiNormalTypes[0]); in LoadVertex()
385 … GetProperty(instElement->alProperties, aiNormal[1]).avList.front(), aiNormalTypes[1]); in LoadVertex()
391 … GetProperty(instElement->alProperties, aiNormal[2]).avList.front(), aiNormalTypes[2]); in LoadVertex()
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/Ply/
H A DPlyLoader.cpp285 PLY::EDataType aiNormalTypes[3] = { EDT_Char, EDT_Char, EDT_Char }; in LoadVertex() local
318 aiNormalTypes[0] = (*a).eType; in LoadVertex()
322 aiNormalTypes[1] = (*a).eType; in LoadVertex()
326 aiNormalTypes[2] = (*a).eType; in LoadVertex()
380 … GetProperty(instElement->alProperties, aiNormal[0]).avList.front(), aiNormalTypes[0]); in LoadVertex()
386 … GetProperty(instElement->alProperties, aiNormal[1]).avList.front(), aiNormalTypes[1]); in LoadVertex()
392 … GetProperty(instElement->alProperties, aiNormal[2]).avList.front(), aiNormalTypes[2]); in LoadVertex()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/3rdparty/assimp/code/
H A DPlyLoader.cpp311 PLY::EDataType aiNormalTypes[3] = { EDT_Char, EDT_Char, EDT_Char }; in LoadVertex() local
344 aiNormalTypes[0] = (*a).eType; in LoadVertex()
348 aiNormalTypes[1] = (*a).eType; in LoadVertex()
352 aiNormalTypes[2] = (*a).eType; in LoadVertex()
406 … GetProperty(instElement->alProperties, aiNormal[0]).avList.front(), aiNormalTypes[0]); in LoadVertex()
412 … GetProperty(instElement->alProperties, aiNormal[1]).avList.front(), aiNormalTypes[1]); in LoadVertex()
418 … GetProperty(instElement->alProperties, aiNormal[2]).avList.front(), aiNormalTypes[2]); in LoadVertex()