Commit f7d55246 authored by Spacerat's avatar Spacerat
Browse files

obj file type info

parent 4111b68f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -7,4 +7,8 @@ Mesh triangle reduction using quadrics

**Usage** The functionality is contained in Simplify.h. The function to call is *simplify_mesh(target_count)*. The code is kept pretty slim, so the main method has just around 400 lines of code. 

**Obj File**

The Obj file may only have one group or object. Its very simple so multiple objects in one file are not supported

License : MIT