|
enum class | AlphaMode : uint8_t { Opaque
, Mask
, Blend
} |
|
Definition at line 591 of file gltf.h.
◆ AlphaMode
enum class fx::gltf::Material::AlphaMode : uint8_t |
|
strong |
◆ alphaCutoff
float fx::gltf::Material::alphaCutoff { defaults::MaterialAlphaCutoff } |
◆ alphaMode
AlphaMode fx::gltf::Material::alphaMode { AlphaMode::Opaque } |
◆ doubleSided
bool fx::gltf::Material::doubleSided { defaults::MaterialDoubleSided } |
◆ emissiveFactor
std::array<float, 3> fx::gltf::Material::emissiveFactor = { defaults::NullVec3 } |
◆ emissiveTexture
Texture fx::gltf::Material::emissiveTexture |
◆ extensionsAndExtras
nlohmann::json fx::gltf::Material::extensionsAndExtras {} |
◆ name
std::string fx::gltf::Material::name |
◆ normalTexture
◆ occlusionTexture
◆ pbrMetallicRoughness
The documentation for this struct was generated from the following file: