KiCad PCB EDA Suite
|
#include <eda_3d_viewer_settings.h>
Public Attributes | |
bool | animation_enabled |
int | moving_speed_multiplier |
double | rotation_increment |
int | projection_mode |
Definition at line 172 of file eda_3d_viewer_settings.h.
bool EDA_3D_VIEWER_SETTINGS::CAMERA_SETTINGS::animation_enabled |
Definition at line 174 of file eda_3d_viewer_settings.h.
Referenced by EDA_3D_VIEWER_FRAME::applySettings(), EDA_3D_VIEWER_FRAME::configureCanvas(), and PANEL_3D_DISPLAY_OPTIONS::loadViewSettings().
int EDA_3D_VIEWER_SETTINGS::CAMERA_SETTINGS::moving_speed_multiplier |
Definition at line 175 of file eda_3d_viewer_settings.h.
Referenced by EDA_3D_VIEWER_FRAME::applySettings(), EDA_3D_VIEWER_FRAME::configureCanvas(), and PANEL_3D_DISPLAY_OPTIONS::loadViewSettings().
int EDA_3D_VIEWER_SETTINGS::CAMERA_SETTINGS::projection_mode |
Definition at line 177 of file eda_3d_viewer_settings.h.
Referenced by EDA_3D_VIEWER_FRAME::applySettings(), and EDA_3D_VIEWER_FRAME::configureCanvas().
double EDA_3D_VIEWER_SETTINGS::CAMERA_SETTINGS::rotation_increment |
Definition at line 176 of file eda_3d_viewer_settings.h.
Referenced by EVT_TOOL_RANGE(), and PANEL_3D_DISPLAY_OPTIONS::loadViewSettings().