Home
last modified time | relevance | path

Searched refs:morphTargets (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.cpp1744 submesh.morphTargets[trg].offset = targetOffset; in GatherDeltasP()
1766 submesh.morphTargets[trg].byteSize = byteSize; in GatherDeltasP()
1770 submesh.morphTargets[trg].offset = targetOffset; in GatherDeltasP()
1795 submesh.morphTargets[trg].byteSize = byteSize; in GatherDeltasP()
1836 submesh.morphTargets[trg].offset = targetOffset; in GatherDeltasPN()
1866 submesh.morphTargets[trg].byteSize = byteSize; in GatherDeltasPN()
1870 submesh.morphTargets[trg].offset = targetOffset; in GatherDeltasPN()
1906 submesh.morphTargets[trg].byteSize = byteSize; in GatherDeltasPN()
1966 submesh.morphTargets[trg].offset = targetOffset; in GatherDeltasPNT()
2001 submesh.morphTargets[trg].byteSize = byteSize; in GatherDeltasPNT()
[all …]
H A Dmesh_builder.h114 BASE_NS::vector<MorphTargetDesc> morphTargets; in CORE3D_BEGIN_NAMESPACE() member