This commit is contained in:
Masataka SUMI
2022-03-15 21:20:52 +09:00
parent 727f45c266
commit 61f29b55bc

View File

@@ -21,14 +21,12 @@ namespace UniVRM10
OutputScale = yRangeNode.GetSingle(),
};
}
else
return new LookAtRangeMap
{
return new LookAtRangeMap
{
InputMaxValue = defaultXRange,
OutputScale = defaultYRange,
};
}
InputMaxValue = defaultXRange,
OutputScale = defaultYRange,
};
}
private static LookAtType MigrateLookAtType(JsonNode vrm0, string key)