When we export our mesh as a .obj file, we have the intention of later loading that obj file and displaying it on a Microsoft Hololens device.
Unfortunately, the Hololens only supports rendering about 100,000 polygons at a time, so we need to be able to limit the obj resolution when we export it.
This should also be available in the SDK