eduEngine 1.0
Course framework for DA376B
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
eeng::PhongMaterial Struct Reference

A material with typical Phong illumination properties. More...

#include <RenderableMesh.hpp>

Public Types

enum  TextureTypeIndex {
  Diffuse = 0 , Normal , Specular , Opacity ,
  Cubemap , Count
}
 

Public Attributes

glm::vec3 Ka = {0.25f, 0.0f, 0.0f}
 
glm::vec3 Kd = {0.75f, 0.0f, 0.0f}
 
glm::vec3 Ks = {1.0f, 1.0f, 1.0f}
 
float shininess = 10
 
int textureIndices [TextureTypeIndex::Count] {NO_TEXTURE}
 

Detailed Description

A material with typical Phong illumination properties.


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