mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-14 14:59:43 -05:00
refactor
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user