Project Alice
Loading...
Searching...
No Matches
emfx::xac_material_v2_chunk_header Struct Reference

#include <xac.hpp>

Collaboration diagram for emfx::xac_material_v2_chunk_header:

Public Attributes

xac_color_rgba ambient_color
 
xac_color_rgba diffuse_color
 
xac_color_rgba specular_color
 
xac_color_rgba emissive_color
 
float shine = 1.f
 
float shine_strength = 1.f
 
float opacity = 1.f
 
float ior = 1.f
 
bool double_sided = false
 
bool wireframe = false
 
uint8_t unused = 0
 
uint8_t num_layers = 0
 

Detailed Description

Definition at line 156 of file xac.hpp.

Member Data Documentation

◆ ambient_color

xac_color_rgba emfx::xac_material_v2_chunk_header::ambient_color

Definition at line 157 of file xac.hpp.

◆ diffuse_color

xac_color_rgba emfx::xac_material_v2_chunk_header::diffuse_color

Definition at line 158 of file xac.hpp.

◆ double_sided

bool emfx::xac_material_v2_chunk_header::double_sided = false

Definition at line 165 of file xac.hpp.

◆ emissive_color

xac_color_rgba emfx::xac_material_v2_chunk_header::emissive_color

Definition at line 160 of file xac.hpp.

◆ ior

float emfx::xac_material_v2_chunk_header::ior = 1.f

Definition at line 164 of file xac.hpp.

◆ num_layers

uint8_t emfx::xac_material_v2_chunk_header::num_layers = 0

Definition at line 168 of file xac.hpp.

◆ opacity

float emfx::xac_material_v2_chunk_header::opacity = 1.f

Definition at line 163 of file xac.hpp.

◆ shine

float emfx::xac_material_v2_chunk_header::shine = 1.f

Definition at line 161 of file xac.hpp.

◆ shine_strength

float emfx::xac_material_v2_chunk_header::shine_strength = 1.f

Definition at line 162 of file xac.hpp.

◆ specular_color

xac_color_rgba emfx::xac_material_v2_chunk_header::specular_color

Definition at line 159 of file xac.hpp.

◆ unused

uint8_t emfx::xac_material_v2_chunk_header::unused = 0

Definition at line 167 of file xac.hpp.

◆ wireframe

bool emfx::xac_material_v2_chunk_header::wireframe = false

Definition at line 166 of file xac.hpp.


The documentation for this struct was generated from the following file: