|
Tachyon (current)
Current Main Branch
|
#include <extvol.h>
Data Fields | |
| RT_OBJECT_HEAD vector | min |
| minimum box vertex coordinate More... | |
| vector | max |
| maximum box vertex coordinate More... | |
| flt | ambient |
| ambient lighting coefficient More... | |
| flt | diffuse |
| diffuse lighting coefficient More... | |
| flt | opacity |
| surface transmission factor More... | |
| int | samples |
| number of samples to take through volume More... | |
| flt(* | evaluator )(flt, flt, flt) |
| user-defined sample fctn ptr More... | |
| flt extvol::ambient |
ambient lighting coefficient
Definition at line 15 of file extvol.h.
Referenced by ext_volume_texture(), and newextvol().
| flt extvol::diffuse |
diffuse lighting coefficient
Definition at line 16 of file extvol.h.
Referenced by ext_volume_texture(), and newextvol().
user-defined sample fctn ptr
Definition at line 19 of file extvol.h.
Referenced by ext_volume_texture(), and newextvol().
| vector extvol::max |
| RT_OBJECT_HEAD vector extvol::min |
| flt extvol::opacity |
surface transmission factor
Definition at line 17 of file extvol.h.
Referenced by ext_volume_texture(), and newextvol().
| int extvol::samples |
number of samples to take through volume
Definition at line 18 of file extvol.h.
Referenced by ext_volume_texture(), and newextvol().
1.8.14