cgv
Loading...
Searching...
No Matches
cgv::render::spline_tube_render_style Struct Reference
Inheritance diagram for cgv::render::spline_tube_render_style:
cgv::render::surface_render_style cgv::render::group_render_style cgv::render::render_style cgv::render::spline_tube_render_style_reflect

Public Attributes

float radius_scale = 1.0f
 multiplied to the tube radius, initialized to 1
 
float radius = 1.0f
 default tube radius, initialized to 1
 
- Public Attributes inherited from cgv::render::surface_render_style
cgv::media::illum::surface_material::color_type surface_color = cgv::media::illum::surface_material::color_type(0.4f, 0.1f, 0.7f)
 default value for color when map color to material is used
 
float surface_opacity = 1.0f
 default value for the surface opacity when map color to material is used
 
CullingMode culling_mode = CM_OFF
 culling mode for point splats, set to CM_OFF in constructor
 
IlluminationMode illumination_mode = IM_ONE_SIDED
 illumination mode defaults to IM_ONE_SIDED
 
ColorMapping map_color_to_material = CM_COLOR
 material side[s] where color is to be mapped to the diffuse material component, defaults to CM_COLOR for front and back color mapping
 
cgv::media::illum::textured_surface_material material
 material of surface
 
- Public Attributes inherited from cgv::render::group_render_style
bool use_group_color = false
 whether to use group colors indexed through group index, defaults to false
 
bool use_group_transformation = false
 whether to use group translation and rotation indexed through group index, defaults to false
 

Detailed Description

Definition at line 17 of file spline_tube_renderer.h.

Member Data Documentation

◆ radius

float cgv::render::spline_tube_render_style::radius = 1.0f

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(), and cgv::render::spline_tube_renderer::enable().

◆ radius_scale

float cgv::render::spline_tube_render_style::radius_scale = 1.0f

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(), and cgv::render::spline_tube_renderer::enable().


The documentation for this struct was generated from the following file: