Classes | |
class | BoolType |
class | FloatType |
class | ShadingMode |
Static Public Member Functions | |
bool | get (SceneSettings.BoolType type) |
float | get (SceneSettings.FloatType type) |
CNCMachineSettings | getCNCMachineSettings () |
SceneSettings.ShadingMode | getDefaultShadingMode () |
None | reset () |
None | set (SceneSettings.BoolType type, bool value) |
None | set (SceneSettings.FloatType type, float value) |
None | setCNCMachineSettings (CNCMachineSettings settings) |
None | setDefaultShadingMode (SceneSettings.ShadingMode mode) |
Generated from: MR::SceneSettings This singleton struct contains default settings for scene objects \\ingroup BasicStructuresGroup
|
static |
|
static |
|
static |
|
static |
Default shading mode for new mesh objects, or imported form files Tools may consider this setting when creating new meshes `AutoDetect`: choose depending of file format and mesh shape, fallback to smooth
|
static |
Reset all scene settings to default values
|
static |
|
static |
|
static |
|
static |