I am working on importing an 3D CAD model into my iOS application, but im having a hard time figuring out where the restriction is, speaking of amounts of vertices and surfaces.
I have a model which has :
- surfaces: 41525
- vertices: 21504
Essentially theres no restriction, but it actually took 2hours to load it into my iOS App.
I have not been able to find a good way to reduce this model without damaging too much, so im quite desperate to hear how this is possible.
I have the model in AC3D and STEP format.
I tried to reduce polygons through AC3D but it looks catastrophic in the end.