#include "nstream/nstream.h"
#include "threadsafe/smart_ptr.h"
#include "wave-glut/material.h"
Go to the source code of this file.
Namespaces | |
namespace | obj |
| |
typedef std::map< std::string, smart_ptr< glut::Material > > | obj::map_mtl_t |
map_mtl_t | obj::parseOBJMaterials (IN nstream::Stream *stream) |
given a stream for an OBJ material file, returns a map of name --> material |