28  template <
typename Scalar, 
typename Index>
 
   30    const std::string wrl_file_name, 
 
   31    std::vector<std::vector<Scalar > > & V,
 
   32    std::vector<std::vector<Index > > & F);
 
   35  template <
typename Scalar, 
typename Index>
 
   38    std::vector<std::vector<Scalar > > & V,
 
   39    std::vector<std::vector<Index > > & F);
 
   43#ifndef IGL_STATIC_LIBRARY 
   44#  include "readWRL.cpp" 
#define IGL_INLINE
Definition igl_inline.h:15
 
bool 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.