Rehti MMORPG  1.0.0
Rehti MMORPG is a free and open source MMORPG game.
PhongMaterial Struct Reference

#include <BasicTypes.hpp>

Collaboration diagram for PhongMaterial:
Collaboration graph

Static Public Member Functions

static PhongMaterial getDefaultMaterial ()
 

Public Attributes

glm::vec3 ambient
 ambient color of the material More...
 
glm::vec3 diffuse
 diffuse color of the material More...
 
glm::vec3 specular
 specular color of the material More...
 
float shininess
 shininess of the material More...
 

Member Function Documentation

◆ getDefaultMaterial()

PhongMaterial PhongMaterial::getDefaultMaterial ( )
static

Member Data Documentation

◆ ambient

glm::vec3 PhongMaterial::ambient

ambient color of the material

◆ diffuse

glm::vec3 PhongMaterial::diffuse

diffuse color of the material

◆ shininess

float PhongMaterial::shininess

shininess of the material

◆ specular

glm::vec3 PhongMaterial::specular

specular color of the material


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