34#include <NDEVR/String.h>
35#include <NDEVR/StringEnum.h>
36#include <NDEVR/Dictionary.h>
37#include <NDEVR/TranslatedString.h>
60 , e_preserve_precision
67 , e_always_show_import_dialog
68 , e_always_show_export_dialog
72 , e_add_deployment_segment
73 , e_remove_deployment_segment
75 , e_camera_action_combo
83 , e_generate_uv_toggle
84 , e_optimize_mesh_toggle
85 , e_optimize_model_heirarchy_toggle
86 , e_remove_identical_vertices_toggle
87 , e_convert_degenerates_toggle
88 , e_flatten_model_toggle
89 , e_optimize_mesh_instance_toggle
95 , e_counter_clockwise_winding
A hash-based key-value store, useful for quick associative lookups.
The core String class for the NDEVR API.
Provides common tooltips for usage with the software.
static TranslatedString tooltip(TooltipType id)
Retrieves a tooltip string by its TooltipType enum value.
static TranslatedString tooltip(const String &id)
Retrieves a tooltip string by its string identifier.
Any text displayed to the user should be defined as a TranslatedString which allows the program to lo...
The primary namespace for the NDEVR SDK.
@ e_smooth_normals
Normals are interpolated smoothly across faces.
@ e_no_normals
No normals are provided.
TooltipType
Enums for program-generated tooltips.
@ e_add_station
Add a new station to the scene.
@ e_light_theme
A light color theme with dark text on light backgrounds.
@ e_dark_theme
A dark color theme with light text on dark backgrounds.
@ e_clockwise_winding
Vertices wind clockwise when viewed from the front.
@ e_no_winding
No winding order is defined.