mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-20 01:37:59 -05:00
rename
This commit is contained in:
parent
1abdb0690d
commit
8cffd2ccfa
|
|
@ -65,9 +65,9 @@ namespace UniVRM10
|
|||
return FirstPersonType.auto;
|
||||
}
|
||||
|
||||
private static int? MigrateFirstPersonMeshIndex(JsonNode firstPersonJsonNode, string key, glTF gltf)
|
||||
private static int? MigrateFirstPersonMeshIndex(JsonNode meshAnnotationJsonNode, string key, glTF gltf)
|
||||
{
|
||||
if (firstPersonJsonNode.TryGet(key, out var meshIndexJsonNode))
|
||||
if (meshAnnotationJsonNode.TryGet(key, out var meshIndexJsonNode))
|
||||
{
|
||||
var meshIndex = meshIndexJsonNode.GetInt32();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user