Home
last modified time | relevance | path

Searched refs:GetAlphaMode (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/Lume_3D/src/gltf/
H A Dgltf2_util.h35 bool GetAlphaMode(BASE_NS::string_view dataType, AlphaMode& out);
51 BASE_NS::string_view GetAlphaMode(AlphaMode mode);
H A Dgltf2_util.cpp365 bool GetAlphaMode(const string_view dataType, AlphaMode& out) in GetAlphaMode() function
575 string_view GetAlphaMode(AlphaMode aMode) in GetAlphaMode() function
H A Dgltf2_exporter.cpp1789 jsonMaterial["alphaMode"] = GetAlphaMode(material->alphaMode); in ExportMaterials()
H A Dgltf2_loader.cpp1376 if (!GetAlphaMode(alphaMode, material->alphaMode)) {

Completed in 9 milliseconds