Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h160 …orphTargetData(size_t submeshIndex, const DataBuffer& basePositions, const DataBuffer& baseNormals, in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h54 …orphTargetData(size_t submeshIndex, const DataBuffer& basePositions, const DataBuffer& baseNormals, in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1279 … const DataBuffer& baseNormals, const DataBuffer& baseTangents, const DataBuffer& targetPositions, in SetMorphTargetData() argument
1314 if (!baseNormals.buffer.empty()) { in SetMorphTargetData()
1322 Fill(dstData, baseNormals, submesh.info.vertexCount); in SetMorphTargetData()