Home
last modified time | relevance | path

Searched refs:SetVertexData (Results 1 - 6 of 6) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/api/3d/util/
H A Dintf_mesh_builder.h115 virtual void SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& normals,
143 * values), this data should match the data set with SetVertexData().
/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dmesh_util.cpp516 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 Dmesh_builder.h45 void SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& normals,
H A Dmesh_builder.cpp1098 void MeshBuilder::SetVertexData(size_t submeshIndex, const DataBuffer& positions, const DataBuffer& normals, in SetVertexData() function in MeshBuilder
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_holder.cpp2469 meshBuilder->SetVertexData(subMeshIndex, FillData<BASE_NS::Math::Vec3>(geometry->vertices), in CreateMeshFromArrays()
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_importer.cpp816 result.meshBuilder->SetVertexData(primitiveIndex, positions, normals, texcoords0, texcoords1, tangents, colors); in ProcessPrimitives()

Completed in 16 milliseconds