We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac5274 commit 0bd0bfdCopy full SHA for 0bd0bfd
Assets/HoloToolkit/SpatialMapping/Scripts/SpatialMappingSource.cs
@@ -182,6 +182,10 @@ virtual public List<MeshRenderer> GetMeshRenderers()
182
return meshRenderers;
183
}
184
185
+ /// <summary>
186
+ /// Saves all the currently created spatial source meshes in world space.
187
+ /// </summary>
188
+ /// <param name="fileName">Name to give the mesh file. Exclude path and extension.</param>
189
public void SaveSpatialMeshes(string fileName)
190
{
191
MeshSaver.Save(fileName, GetMeshFilters());
0 commit comments