scenepic 1.1.0
3D Visualization Made Easy
Namespaces | Functions
io.h File Reference
#include "mesh_info.h"
#include <iostream>
#include <memory>
#include <string>

Go to the source code of this file.

Namespaces

namespace  scenepic
 

Functions

std::shared_ptr< MeshInfo > scenepic::load_obj (const std::string &path)
 Load the geometry of a WaveFront OBJ file from a location on disk. More...
 
std::shared_ptr< MeshInfo > scenepic::load_obj (std::istream &stream)
 Load the geometry of a WaveFront OBJ file from a stream. More...