opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Namespaces | Functions
simbody_mesh_loader.h File Reference
#include <liboscar/graphics/mesh.h>
#include <liboscar/graphics/mesh_indices_view.h>
#include <liboscar/platform/file_dialog_filter.h>
#include <filesystem>
#include <span>
#include <string_view>
Include dependency graph for simbody_mesh_loader.h:

Go to the source code of this file.

Namespaces

namespace  SimTK
 
namespace  opyn
 

Functions

osc::Mesh opyn::ToOscMesh (const SimTK::PolygonalMesh &)
 
std::span< const std::string_view > opyn::GetSupportedSimTKMeshFormats ()
 
std::span< const osc::FileDialogFilteropyn::GetSupportedSimTKMeshFormatsAsFilters ()
 
osc::Mesh opyn::LoadMeshViaSimbody (const std::filesystem::path &)
 
void opyn::AssignIndexedVerts (SimTK::PolygonalMesh &, std::span< const osc::Vector3 >, osc::MeshIndicesView)