Home
last modified time | relevance | path

Searched refs:TextureSheetAnimation (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_data_structures.h448 enum class Type { MetallicRoughness, SpecularGlossiness, Unlit, TextureSheetAnimation }; in CORE3D_BEGIN_NAMESPACE() enumerator
H A Dgltf2_exporter.cpp1703 } else if (material.type == Material::Type::TextureSheetAnimation) { in ExportMaterialExtensions()
H A Dgltf2_importer.cpp3268 if (gltfMaterial.type != GLTF2::Material::Type::TextureSheetAnimation) { in PrepareMaterialTasks()