Home
last modified time | relevance | path

Searched defs:texcoords1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1100 …const DataBuffer& texcoords0, const DataBuffer& texcoords1, const DataBuffer& tangents, const Data… in SetVertexData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp812 const IMeshBuilder::DataBuffer texcoords1 = fillDataBuffer(texcoords[1]); in ProcessPrimitives() local