Home
last modified time | relevance | path

Searched defs:targetNormals (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()
1801 …Size, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetNormals) in GatherDeltasPN()
1916 …Size, const MeshBuilder::DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetNormals, in GatherDeltasPNT()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp631 GLTF2::GLTFLoadDataResult& targetPositions, GLTF2::GLTFLoadDataResult& targetNormals, in GenerateMorphTargets()
850 const IMeshBuilder::DataBuffer targetNormals = fillDataBuffer(targetNormal); in ProcessPrimitives() local