Unravel Engine C++ Reference
Loading...
Searching...
No Matches
generator::obj_writer_t Class Reference

A class for generating obj files for preview and debug purposes. More...

#include <obj_writer.hpp>

Public Member Functions

 obj_writer_t ()
 
template<typename Mesh >
void write_mesh (const Mesh &mesh)
 
std::string str ()
 

Detailed Description

A class for generating obj files for preview and debug purposes.

Definition at line 13 of file obj_writer.hpp.

Constructor & Destructor Documentation

◆ obj_writer_t()

obj_writer_t::obj_writer_t ( )

Definition at line 5 of file obj_writer.cpp.

Member Function Documentation

◆ str()

std::string generator::obj_writer_t::str ( )
inline

Definition at line 44 of file obj_writer.hpp.

◆ write_mesh()

template<typename Mesh >
void generator::obj_writer_t::write_mesh ( const Mesh & mesh)
inline

Definition at line 19 of file obj_writer.hpp.


The documentation for this class was generated from the following files: