mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-23 19:36:18 -05:00
parent
a0003f2dc2
commit
9fe072e5c0
|
|
@ -73,7 +73,7 @@ namespace UniGLTF
|
|||
|
||||
public static bool TryGet(glTFTextureInfo info, out glTF_KHR_texture_transform t)
|
||||
{
|
||||
if (info != null && info.extras is glTFExtensionImport imported)
|
||||
if (info != null && info.extensions is glTFExtensionImport imported)
|
||||
{
|
||||
foreach (var kv in imported.ObjectItems())
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user