fix: corrected declarations for emalloc routines
refactor: eliminated use of MEM_PTR and (char *) for untyped memory
feat: Added getVertexNeighbors() call to find neighboring edges/vertices
feat: added growBoundingBox() to compute scene boundaries
feat: created addScene() function to add one scene to another
feat: added routine to triangulate .OBJ scene in memory
refactor: added handy macros for getting group and material IDs
refactor: aesthetic change to flag
feat: Added custom face flag(s)
feat: added ability to choose faces when duplicating scene
feat(libwfobj.a): added findComment() call
Comment changes
Made addFace() into a public routine as well, so tools can add geometry
Made some useful routines public from readwfobj.c
Eliminated unimplemented declaration
Added interface for transform from pre-parsed words
Added -x option to robjutil to transform .OBJ files
Created robjutil tool to manipulate Wavefront .OBJ files
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.