mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 09:34:42 -05:00
fix Migrate to Vrm1, set texture transform extension properly
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user