Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h55 …const DataBuffer& baseTangents, const DataBuffer& targetPositions, const DataBuffer& targetNormals, in CORE3D_BEGIN_NAMESPACE()
149 uint32_t targetSize, const DataBuffer& targetPositions, const DataBuffer& targetNormals); in CORE3D_BEGIN_NAMESPACE()
153 uint32_t targetSize, const DataBuffer& targetPositions, const DataBuffer& targetNormals, in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1280 const DataBuffer& targetNormals, const DataBuffer& targetTangents) in SetMorphTargetData() argument
1816 if (targetNormals.stride > (targetNormals.buffer.size() / submesh.info.vertexCount)) { in GatherDeltasPN()
1819 const auto norFormat = GetFormatSpec(targetNormals.format); in GatherDeltasPN()
1825 norElementSize > targetNormals.stride) { in GatherDeltasPN()
1845 targetNormals.buffer.data() + targetNormals.stride * vertexIndex); in GatherDeltasPN()
1882 ptr = targetNormals.buffer.data() + targetNormals.stride * vertexIndex; in GatherDeltasPN()
1932 if (targetNormals.stride > (targetNormals.buffer.size() / submesh.info.vertexCount)) { in GatherDeltasPNT()
1935 const auto norFormat = GetFormatSpec(targetNormals.format); in GatherDeltasPNT()
1941 norElementSize > targetNormals.stride) { in GatherDeltasPNT()
1975 targetNormals.buffer.data() + targetNormals.stride * vertexIndex); in GatherDeltasPNT()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h161 …const DataBuffer& baseTangents, const DataBuffer& targetPositions, const DataBuffer& targetNormals, in CORE3D_BEGIN_NAMESPACE()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp631 GLTF2::GLTFLoadDataResult& targetPositions, GLTF2::GLTFLoadDataResult& targetNormals, in GenerateMorphTargets() argument
653 … ProcessMorphTargetData(importInfo, primitive.targets.size(), loadDataResult, targetNormals); in GenerateMorphTargets()
850 const IMeshBuilder::DataBuffer targetNormals = fillDataBuffer(targetNormal); in ProcessPrimitives() local
854 … primitiveIndex, positions, normals, tangents, targetPositions, targetNormals, targetTangents); in ProcessPrimitives()