googlearchive / tango-examples-unity

Project Tango [deprecated] UnitySDK Example Projects
https://developers.google.com/ar
Apache License 2.0
470 stars 242 forks source link

Mesh fails to save after certain size #85

Closed rampartisan closed 7 years ago

rampartisan commented 7 years ago

Hey,

This may be possibly related to issue #80 but within my application, if I scan an area and end up with too large of a mesh (can not say the size for certain) the mesh fails to save within the area description. The XML for uuid is generated but with blank vertecies/triangles fields. Is there a built in mesh size limit?

My application is an extension of the mesh occlusion example, the only tango related attributes I have changed is the 3D Reconstruction resolution to 0.05m meters

rampartisan commented 7 years ago

Answer / Discussion in #80