Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_builder.h52 const DataBuffer& vertexPositions) override; in CORE3D_BEGIN_NAMESPACE()
157 … const DataBuffer& jointData, const DataBuffer& weightData, const DataBuffer& vertexPositions); in CORE3D_BEGIN_NAMESPACE()
H A Dmesh_builder.cpp1232 …ndex, const DataBuffer& jointData, const DataBuffer& weightData, const DataBuffer& vertexPositions) in SetJointData() argument
1274 CalculateJointBounds(jointData, weightData, vertexPositions); in SetJointData()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h146 const DataBuffer& vertexPositions) = 0; in CORE3D_BEGIN_NAMESPACE()