Commit 171373ef authored by Spacerat's avatar Spacerat
Browse files

obj file limitations

parent f7d55246
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -7,8 +7,6 @@ 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
**Obj File Limitations** The Obj file may only have one group or object. Its a very simple reader/writer, so dont try to use multiple objects in one file

License : MIT