Volume Renderer DoF
|
Go to the source code of this file.
Variables | |
Volume * | volume |
bool | newVolume |
int | focusPlane |
int | lastFocusPlane |
float | blurAccum |
float | blurAttenuation |
const float | maxBlurAttenuation |
int | tfsSize |
TransferFunction * | tfs [5] |
float blurAccum |
stores the absolute blurring value in degrees
float blurAttenuation |
stores the relativ blurring value tan(blur/2)
int focusPlane |
actual plane in focus
int lastFocusPlane |
the last plane in the volume
const float maxBlurAttenuation |
stores the maximal absolute blurring value to avoid negativ values
bool newVolume |
boolean flag to reset the renderer
TransferFunction* tfs[5] |
array containing up to 5 transfer function objects
int tfsSize |
number of actual transfer functions
Volume* volume |
this file is used for gui-logic interactions the volume to be rendered