Struct material_data¶
Defined in File mesh.hpp
Struct Documentation¶
-
struct
legion::core
::
material_data
¶ Public Members
-
std::string
name
¶
-
bool
opaque
¶
-
float
alphaCutoff
¶
-
bool
doubleSided
¶
-
image_handle
albedoMap
¶
-
float
metallicValue
¶
-
image_handle
metallicMap
¶
-
float
roughnessValue
¶
-
image_handle
roughnessMap
¶
-
image_handle
metallicRoughnessMap
¶
-
image_handle
emissiveMap
¶
-
image_handle
normalMap
¶
-
image_handle
aoMap
¶
-
image_handle
heightMap
¶
-
std::string