Searched refs:targetNormals (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_builder.h | 55 …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 D | mesh_builder.cpp | 1280 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 D | intf_mesh_builder.h | 161 …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 D | gltf2_importer.cpp | 631 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()
|