BRL-CAD
|
#include <uv.h>
Data Fields | |
struct bu_vls | tx_name |
int | tx_w |
int | tx_n |
int | tx_trans_valid |
int | tx_transp [3] |
fastf_t | tx_scale [2] |
int | tx_mirror |
char | tx_datasrc |
struct rt_binunif_internal * | tx_binunifp |
struct bu_mapped_file * | tx_mp |
This is a ray tracing texture image context. Basically, it's a handle to an image stored in a file or in a database object with additional parameters specific to a given ray tracing use such as scaling and mirroring.
TODO: replace txt_specific in liboptical
struct rt_binunif_internal* tx_binunifp |
struct bu_mapped_file* tx_mp |