Searched refs:texcoords (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 550 GLTF2::GLTFLoadDataResult& normals, array_view<GLTF2::GLTFLoadDataResult> texcoords, in LoadPrimitiveAttributeData() argument 558 attribute.attribute.index >= texcoords.size())) { in LoadPrimitiveAttributeData() 574 texcoords[attribute.attribute.index] = move(loadDataResult); in LoadPrimitiveAttributeData() 754 const GLTF2::GLTFLoadDataResult& normal, array_view<const GLTF2::GLTFLoadDataResult> texcoords, in GatherErrorStrings() argument 759 for (const auto& tc : texcoords) { in GatherErrorStrings() 792 GLTF2::GLTFLoadDataResult texcoords[2]; in ProcessPrimitives() local 793 …if (!LoadPrimitiveAttributeData(primitive, position, normal, texcoords, tangent, joint, weight, co… in ProcessPrimitives() 795 … GatherErrorStrings(primitiveIndex, position, normal, texcoords, tangent, color, joint, weight); in ProcessPrimitives() 811 const IMeshBuilder::DataBuffer texcoords0 = fillDataBuffer(texcoords[0]); in ProcessPrimitives() 812 const IMeshBuilder::DataBuffer texcoords1 = fillDataBuffer(texcoords[1]); in ProcessPrimitives()
|