Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1280 const DataBuffer& targetNormals, const DataBuffer& targetTangents) in SetMorphTargetData()
1912 …Size, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetTangent… in GatherDeltasPT()
1917 const MeshBuilder::DataBuffer& targetTangents) in GatherDeltasPNT()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp632 GLTF2::GLTFLoadDataResult& targetTangents) in GenerateMorphTargets()
851 const IMeshBuilder::DataBuffer targetTangents = fillDataBuffer(targetTangent); in ProcessPrimitives() local