Home
last modified time | relevance | path

Searched refs:targetTangents (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h56 const DataBuffer& targetTangents) override; in CORE3D_BEGIN_NAMESPACE()
151 …32_t targetSize, const DataBuffer& targetPositions, const MeshBuilder::DataBuffer& targetTangents); in CORE3D_BEGIN_NAMESPACE()
154 const DataBuffer& targetTangents); in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1280 const DataBuffer& targetNormals, const DataBuffer& targetTangents) in SetMorphTargetData() argument
1335 if (targetNormals.buffer.empty() && targetTangents.buffer.empty()) { in SetMorphTargetData()
1337 } else if (!targetNormals.buffer.empty() && targetTangents.buffer.empty()) { in SetMorphTargetData()
1339 } else if (targetNormals.buffer.empty() && !targetTangents.buffer.empty()) { in SetMorphTargetData()
1343 targetTangents); in SetMorphTargetData()
1917 const MeshBuilder::DataBuffer& targetTangents) in GatherDeltasPNT() argument
1945 if (targetTangents.stride > (targetTangents.buffer.size() / submesh.info.vertexCount)) { in GatherDeltasPNT()
1948 const auto tanFormat = GetFormatSpec(targetTangents.format); in GatherDeltasPNT()
1954 tanElementSize > targetTangents.stride) { in GatherDeltasPNT()
1977 targetTangents.buffer.data() + targetTangents.stride * vertexIndex); in GatherDeltasPNT()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h162 const DataBuffer& targetTangents) = 0; in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp632 GLTF2::GLTFLoadDataResult& targetTangents) in GenerateMorphTargets() argument
657 … ProcessMorphTargetData(importInfo, primitive.targets.size(), loadDataResult, targetTangents); in GenerateMorphTargets()
851 const IMeshBuilder::DataBuffer targetTangents = fillDataBuffer(targetTangent); in ProcessPrimitives() local
854 … primitiveIndex, positions, normals, tangents, targetPositions, targetNormals, targetTangents); in ProcessPrimitives()