Tachyon (current)
Current Main Branch
|
#include <tiny_obj_loader.h>
Data Fields | |
texture_type_t | type |
real_t | sharpness |
real_t | brightness |
real_t | contrast |
real_t | origin_offset [3] |
real_t | scale [3] |
real_t | turbulence [3] |
int | texture_resolution |
bool | clamp |
char | imfchan |
bool | blendu |
bool | blendv |
real_t | bump_multiplier |
std::string | colorspace |
Definition at line 160 of file tiny_obj_loader.h.
bool tinyobj::texture_option_t::blendu |
Definition at line 172 of file tiny_obj_loader.h.
bool tinyobj::texture_option_t::blendv |
Definition at line 173 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::brightness |
Definition at line 163 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::bump_multiplier |
Definition at line 174 of file tiny_obj_loader.h.
bool tinyobj::texture_option_t::clamp |
Definition at line 170 of file tiny_obj_loader.h.
std::string tinyobj::texture_option_t::colorspace |
Definition at line 177 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::contrast |
Definition at line 164 of file tiny_obj_loader.h.
char tinyobj::texture_option_t::imfchan |
Definition at line 171 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::origin_offset[3] |
Definition at line 165 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::scale[3] |
Definition at line 166 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::sharpness |
Definition at line 162 of file tiny_obj_loader.h.
int tinyobj::texture_option_t::texture_resolution |
Definition at line 168 of file tiny_obj_loader.h.
real_t tinyobj::texture_option_t::turbulence[3] |
Definition at line 167 of file tiny_obj_loader.h.
texture_type_t tinyobj::texture_option_t::type |
Definition at line 161 of file tiny_obj_loader.h.