Skip to Main Content
Created by Marc Rietman
Created on Jul 10, 2020

Set a maximum polygon count on obj files

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