Added LambdaObjectDialog

This commit is contained in:
YuSanka 2018-06-14 21:48:06 +02:00
parent 9504780ef4
commit 3e0ff5e9ef
7 changed files with 220 additions and 13 deletions

View file

@ -89,6 +89,17 @@ inline t_file_wild_card& get_file_wild_card() {
return FILE_WILDCARDS;
}
struct OBJECT_PARAMETERS
{
std::string type = "box";
double dim[3];// = { 1.0, 1.0, 1.0 };
int cyl_r = 1;
int cyl_h = 1;
double sph_rho = 1.0;
double slab_h = 1.0;
double slab_z = 0.0;
};
void disable_screensaver();
void enable_screensaver();
bool debugged();