libigl v2.5.0
Loading...
Searching...
No Matches
readWRL.h File Reference
#include "igl_inline.h"
#include <string>
#include <vector>
#include <cstdio>
#include "readWRL.cpp"

Go to the source code of this file.

Namespaces

namespace  igl
 

Functions

template<typename Scalar , typename Index >
bool igl::readWRL (const std::string wrl_file_name, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &F)
 Read a mesh from an ascii wrl file, filling in vertex positions and face indices of the first model.
 
template<typename Scalar , typename Index >
bool igl::readWRL (FILE *wrl_file, std::vector< std::vector< Scalar > > &V, std::vector< std::vector< Index > > &F)
 This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.