File MeshData.cpp
FileList > render > MeshData.cpp
Go to the source code of this file
#include "MeshData.h"#include "macros.h"#include "structs.h"#include "operator.h"#include <fstream>#include <sstream>#include <algorithm>#include <execution>
Public Functions
| Type | Name |
|---|---|
| MeshData::ByteArray | ReadObj (const std::string & path, bool is_smooth=true) |
| MeshData::VertexIdx | Split (std::string_view in) |
Public Functions Documentation
function ReadObj
inline MeshData::ByteArray ReadObj (
const std::string & path,
bool is_smooth=true
)
function Split
inline MeshData::VertexIdx Split (
std::string_view in
)
The documentation for this class was generated from the following file src/render/MeshData.cpp