Import/export OBJ files.
template <class T>
class vtb::obj::Object
operator<<(std::ostream & out, const Object< T > & rhs) -> std::ostream &
operator>>(std::istream & in, Object< T > & rhs) -> std::istream &