Searched refs:SetVertexData (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 516 builder->SetVertexData(0, positionData, normalData, uvData, dummy, tangentData, dummy); in GeneratePlaneMesh() 552 builder->SetVertexData(0, positionData, normalData, uvData, dummy, tangentData, dummy); in GenerateSphereMesh() 588 builder->SetVertexData(0, positionData, normalData, uvData, dummy, tangentData, dummy); in GenerateConeMesh() 624 builder->SetVertexData(0, positionData, normalData, uvData, dummy, tangentData, dummy); in GenerateTorusMesh() 660 builder->SetVertexData(0, positionData, normalData, uvData, dummy, tangentData, dummy); in GenerateCubeMesh()
|
H A D | mesh_builder.h | 45 void SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& normals, in CORE3D_BEGIN_NAMESPACE()
|
H A D | mesh_builder.cpp | 1099 void MeshBuilder::SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer&… in SetVertexData() function in MeshBuilder
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/ |
H A D | intf_mesh_builder.h | 115 …virtual void SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& nor… in CORE3D_BEGIN_NAMESPACE()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_holder.cpp | 2469 meshBuilder->SetVertexData(subMeshIndex, FillData<BASE_NS::Math::Vec3>(geometry->vertices), in CreateMeshFromArrays()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 816 …result.meshBuilder->SetVertexData(primitiveIndex, positions, normals, texcoords0, texcoords1, tang… in ProcessPrimitives()
|