leave a single, general error reporting fn. add specular map support.
update the readme; we've had mtl support for a while now.
allow parentheses in material names (this is getting ridiculous.)
add an opacity parameter in OBJColor to discard non-colors.
don't write a \n to errstr. survive referring to files in dot.
allow '-' in object and material names.
add support for normal map loading.
attach material properties to points and lines as well.
add support to load diffuse color texture maps.
don't fail if there's no material file.
don't try to find a material when the list is empty.
added support for material (.mtl) files.
allow object names to have '.' and '_'.
improve element insertion procedure.
add support for multiple vertex type indices in face elements.
removed unnecessary anonymous union in OBJVertex.