CG_Labs  2021.2
Public Attributes | List of all members
bonobo::material_data Struct Reference

#include <helpers.hpp>

Public Attributes

glm::vec3 diffuse { 0.0f }
 
glm::vec3 specular { 0.0f }
 
glm::vec3 ambient { 0.0f }
 
glm::vec3 emissive { 0.0f }
 
float shininess { 0.0f }
 
float indexOfRefraction { 1.0f }
 
float opacity { 1.0f }
 

Member Data Documentation

◆ ambient

glm::vec3 bonobo::material_data::ambient { 0.0f }

◆ diffuse

glm::vec3 bonobo::material_data::diffuse { 0.0f }

◆ emissive

glm::vec3 bonobo::material_data::emissive { 0.0f }

◆ indexOfRefraction

float bonobo::material_data::indexOfRefraction { 1.0f }

◆ opacity

float bonobo::material_data::opacity { 1.0f }

◆ shininess

float bonobo::material_data::shininess { 0.0f }

◆ specular

glm::vec3 bonobo::material_data::specular { 0.0f }

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