|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
Material data for an Object which displays a flat color. More...
#include <MaterialData.h>
Public Member Functions | |
| DiffuseFlatColorMaterialData () | |
| DiffuseFlatColorMaterialData (const glm::vec3 &color) | |
| glm::vec3 | getColor () const |
Private Attributes | |
| glm::vec3 | color |
| r | g | b | |
Material data for an Object which displays a flat color.
Definition at line 53 of file MaterialData.h.
|
inline |
Definition at line 56 of file MaterialData.h.
References color.
|
inlineexplicit |
Definition at line 57 of file MaterialData.h.
References color.
|
inline |
Definition at line 59 of file MaterialData.h.
References color.
|
private |
r | g | b
Definition at line 63 of file MaterialData.h.
Referenced by DiffuseFlatColorMaterialData(), DiffuseFlatColorMaterialData(), and getColor().