Tachyon (current)
Current Main Branch
|
#include <parvol.h>
Data Fields | |
RT_OBJECT_HEAD vector | min |
minimum axis-aligned box coordinate More... | |
vector | max |
maximum axis-aligned box coordinate More... | |
flt | ambient |
ambient lighting coefficient More... | |
flt | diffuse |
diffuse lighting coefficient More... | |
flt | opacity |
transmissive surface factor More... | |
int | samples |
number of volumetric samples to take More... | |
flt(* | evaluator )(flt, flt, flt) |
sample fctn pointer More... | |
flt parvol::ambient |
ambient lighting coefficient
Definition at line 15 of file parvol.h.
Referenced by par_volume_texture().
flt parvol::diffuse |
diffuse lighting coefficient
Definition at line 16 of file parvol.h.
Referenced by par_volume_texture().
RT_OBJECT_HEAD vector parvol::min |
flt parvol::opacity |
transmissive surface factor
Definition at line 17 of file parvol.h.
Referenced by par_volume_texture().
int parvol::samples |
number of volumetric samples to take
Definition at line 18 of file parvol.h.
Referenced by par_volume_texture().