#include <iostream>
#include <fstream>
#include <math.h>
#include "vuColourRGBa.h"
#include "vuCamera/vuParallelCamera.h"
#include "vuCamera/vuPerspectiveCamera.h"
#include "Raycast.h"
Include dependency graph for Raycast.cpp:
Go to the source code of this file.
Defines | |
#define | DO_EXPALPHA |
do a correction of the alpha for varying sampling distance | |
#define | EXPALPHA 3 |
Since we use 1-exp(-alpha*smpdist*EXPALPHA) it is not possible to reach opacity values of one. | |
#define | SHININESS 10 |
#define | GLOSS 0.2 |
|
do a correction of the alpha for varying sampling distance
Definition at line 14 of file Raycast.cpp. |
|
Since we use 1-exp(-alpha*smpdist*EXPALPHA) it is not possible to reach opacity values of one. 'alpha' is restricted to [0,1], the EXPALHA coefficient helps to enlarge this interval. Definition at line 18 of file Raycast.cpp. |
|
Definition at line 20 of file Raycast.cpp. |
|
Definition at line 19 of file Raycast.cpp. |