mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-12 21:45:06 -05:00
fix Migrate to Vrm1, set texture transform extension properly
This commit is contained in:
parent
805397abb2
commit
ee3bf2b020
|
|
@ -359,6 +359,11 @@ namespace UniVRM10
|
|||
{
|
||||
gltf.extensionsUsed.Add(UniGLTF.Extensions.VRMC_materials_mtoon.VRMC_materials_mtoon.ExtensionName);
|
||||
}
|
||||
|
||||
if (!gltf.extensionsUsed.Contains(glTF_KHR_texture_transform.ExtensionName))
|
||||
{
|
||||
gltf.extensionsUsed.Add(glTF_KHR_texture_transform.ExtensionName);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user