Classes | |
class | Scene |
Functions | |
template<typename T> | |
Scene | marchingCubes (Array< T > &im, float isovalue, Color c=white, float op=1, int subdivisions=20) |
| |
void | display3D_thread (Scene *ps, int mode_static, int mode_dyn) |
template<class T> | |
void | render3D (Array< T > &t, bool is_color=false) |
Creates a simple 3D rendering of a 3D array. | |
template<class T> | |
void | displayImage3D (Array< T > &im, float ratioz=0.25, int di=10) |
Display an image as a 3D profile into an iteractive display. |
void display3D_thread | ( | Scene * | ps, | |
int | mode_static, | |||
int | mode_dyn | |||
) |
3
void displayImage3D | ( | Array< T > & | im, | |
float | ratioz = 0.25 , |
|||
int | di = 10 | |||
) | [inline] |
Display an image as a 3D profile into an iteractive display.
3
Hit the space bar to change the rendering mode.
Scene marchingCubes | ( | Array< T > & | im, | |
float | isovalue, | |||
Color | c = white , |
|||
float | op = 1 , |
|||
int | subdivisions = 20 | |||
) | [inline] |
3
void render3D | ( | Array< T > & | t, | |
bool | is_color = false | |||
) | [inline] |
Creates a simple 3D rendering of a 3D array.
3