cgv
|
Public Member Functions | |
spline_tube_render_style () | |
construct with default values | |
![]() | |
group_render_style () | |
set default values | |
Public Attributes | |
float | radius_scale |
multiplied to the tube radius, initialized to 1 | |
float | radius |
default tube radius, initialized to 1 | |
![]() | |
cgv::media::illum::surface_material::color_type | surface_color |
default value for color when map color to material is used | |
float | surface_opacity |
default value for the surface opacity when map color to material is used | |
CullingMode | culling_mode |
culling mode for point splats, set to CM_OFF in constructor | |
IlluminationMode | illumination_mode |
illumination mode defaults to IM_ONE_SIDED | |
ColorMapping | map_color_to_material |
material side[s] where color is to be mapped to the diffuse material component, defaults to MS_FRONT_AND_BACK | |
cgv::media::illum::textured_surface_material | material |
material of surface | |
![]() | |
bool | use_group_color |
whether to use group colors indexed through group index, defaults to false | |
bool | use_group_transformation |
whether to use group translation and rotation indexed through group index, defaults to false | |
Definition at line 17 of file spline_tube_renderer.h.
cgv::render::spline_tube_render_style::spline_tube_render_style | ( | ) |
construct with default values
Definition at line 20 of file spline_tube_renderer.cxx.
References radius, and radius_scale.
float cgv::render::spline_tube_render_style::radius |
default tube radius, initialized to 1
Definition at line 22 of file spline_tube_renderer.h.
Referenced by cgv::gui::spline_tube_render_style_gui_creator::create(), cgv::render::spline_tube_renderer::enable(), and spline_tube_render_style().
float cgv::render::spline_tube_render_style::radius_scale |
multiplied to the tube radius, initialized to 1
Definition at line 20 of file spline_tube_renderer.h.
Referenced by cgv::gui::spline_tube_render_style_gui_creator::create(), cgv::render::spline_tube_renderer::enable(), and spline_tube_render_style().