tec::OBJ::MTL
#include <obj.hpp>
Public Attributes
| Name | |
|---|---|
| glm::vec3 | ka |
| glm::vec3 | kd |
| glm::vec3 | ks |
| float | tr |
| float | hardness |
| int | illum |
| std::string | ambientMap |
| std::string | diffuseMap |
| std::string | specularMap |
| std::string | normalMap |
Public Attributes Documentation
variable ka
glm::vec3 ka {0.f, 0.f, 0.f};
variable kd
glm::vec3 kd {0.f, 0.f, 0.f};
variable ks
glm::vec3 ks {0.f, 0.f, 0.f};
variable tr
float tr {0};
variable hardness
float hardness {0};
variable illum
int illum {0};
variable ambientMap
std::string ambientMap;
variable diffuseMap
std::string diffuseMap;
variable specularMap
std::string specularMap;
variable normalMap
std::string normalMap;
Updated on 2022-07-24 at 19:27:35 +0000