Searched refs:SetVertexData (Results 1 - 6 of 6) sorted by relevance
/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& normals, 143 * values), this data should match the data set with SetVertexData().
|
/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,
|
H A D | mesh_builder.cpp | 1098 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 D | scene_holder.cpp | 2469 meshBuilder->SetVertexData(subMeshIndex, FillData<BASE_NS::Math::Vec3>(geometry->vertices), in CreateMeshFromArrays()
|
/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/ |
H A D | gltf2_importer.cpp | 816 result.meshBuilder->SetVertexData(primitiveIndex, positions, normals, texcoords0, texcoords1, tangents, colors); in ProcessPrimitives()
|
Completed in 16 milliseconds