mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-16 13:44:17 +01:00
Clean up + docs
This commit is contained in:
parent
08ed3ca447
commit
a059942bb2
4 changed files with 49 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue