Searched refs:TextureSheetAnimation (Results 1 – 3 of 3) sorted by relevance
448 enum class Type { MetallicRoughness, SpecularGlossiness, Unlit, TextureSheetAnimation }; in CORE3D_BEGIN_NAMESPACE() enumerator
1703 } else if (material.type == Material::Type::TextureSheetAnimation) { in ExportMaterialExtensions()
3268 if (gltfMaterial.type != GLTF2::Material::Type::TextureSheetAnimation) { in PrepareMaterialTasks()