cgv
|
Public Member Functions | |
bool | self_reflect (cgv::reflect::reflection_handler &rh) |
![]() | |
sphere_render_style () | |
construct with default values | |
![]() | |
group_render_style () | |
set default values | |
Additional Inherited Members | |
![]() | |
float | radius_scale |
multiplied to the sphere radii, initialized to 1 | |
float | radius |
default value assigned to radius attribute in enable method of sphere renderer, set to 1 in constructor | |
bool | use_group_radius |
whether to use the group radius | |
float | blend_width_in_pixel |
set to 1 in constructor | |
float | halo_width_in_pixel |
set to 0 in constructor | |
float | percentual_halo_width |
set to 0 in constructor | |
cgv::media::color< float, cgv::media::RGB, cgv::media::OPACITY > | halo_color |
color of halo with opacity channel | |
float | halo_color_strength |
strength in [0,1] of halo color with respect to color of primitive | |
![]() | |
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 105 of file sphere_renderer.h.
bool cgv::render::sphere_render_style_reflect::self_reflect | ( | cgv::reflect::reflection_handler & | rh | ) |
Definition at line 115 of file sphere_renderer.cxx.