Clean up + docs

This commit is contained in:
ackwell 2024-01-01 12:57:56 +11:00
parent 08ed3ca447
commit a059942bb2
4 changed files with 49 additions and 14 deletions

View file

@ -88,6 +88,7 @@ public sealed class ModelManager : SingleTaskQueue, IDisposable
gltfModel.SaveGLTF(_outputPath);
}
/// <summary> Attempt to read out the pertinent information from a .sklb. </summary>
private XivSkeleton? BuildSkeleton(CancellationToken cancel)
{
if (_sklb == null)