21 #ifndef EDA_3D_VIEWER_SETTINGS_H_ 22 #define EDA_3D_VIEWER_SETTINGS_H_
int raytrace_nrsamples_reflections
bool opengl_render_bbox_only_OnMove
bool raytrace_anti_aliasing
int raytrace_nrsamples_refractions
float raytrace_spread_shadows
bool opengl_holes_disableOnMove
double rotation_increment
KIGFX::COLOR4D raytrace_lightColorTop
int moving_speed_multiplier
bool opengl_show_model_bbox
bool opengl_AA_disableOnMove
bool raytrace_post_processing
bool clip_silk_on_via_annulus
bool show_footprints_virtual
virtual ~EDA_3D_VIEWER_SETTINGS()
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
virtual bool MigrateFromLegacy(wxConfigBase *aLegacyConfig) override
Migrates from wxConfig to JSON-based configuration.
std::vector< int > raytrace_lightElevation
int raytrace_recursivelevel_refractions
bool opengl_copper_thickness
KIGFX::COLOR4D raytrace_lightColorCamera
virtual std::string getLegacyFrameName() const override
int raytrace_nrsamples_shadows
bool opengl_thickness_disableOnMove
int raytrace_recursivelevel_reflections
bool show_footprints_normal
bool renderPlatedPadsAsPlated
float raytrace_spread_refractions
bool raytrace_reflections
bool subtract_mask_from_silk
float raytrace_spread_reflections
std::vector< KIGFX::COLOR4D > raytrace_lightColor
bool raytrace_refractions
bool opengl_highlight_on_rollover
KIGFX::COLOR4D raytrace_lightColorBottom
bool raytrace_procedural_textures
KIGFX::COLOR4D opengl_selection_color
bool show_footprints_insert
std::vector< int > raytrace_lightAzimuth
bool opengl_vias_disableOnMove
A color representation with 4 components: red, green, blue, alpha.