/dports/graphics/quat-gui/quat-1.20/gui/ |
H A D | OtherEditor.cxx | 65 view.phongsharp = o->value(); in cb_phongsharp_i() 183 { Fl_Value_Input* o = phongsharp = new Fl_Value_Input(140, 125, 100, 20, "sharp"); in OtherEditor() 262 phongmax->value(v.phongmax); phongsharp->value(v.phongsharp); in set() 279 v.phongmax = view.phongmax; v.phongsharp = view.phongsharp; in get() 297 if (view.phongsharp < 0.0) ps_c = ndefc; in checkValidity() 306 if (phongsharp->color() != ps_c) { phongsharp->color(ps_c); phongsharp->redraw(); } in checkValidity()
|
H A D | OtherEditor.fl | 93 Fl_Value_Input phongsharp { 95 callback {view.phongsharp = o->value(); 166 phongmax->value(v.phongmax); phongsharp->value(v.phongsharp); 183 v.phongmax = view.phongmax; v.phongsharp = view.phongsharp; 201 if (view.phongsharp < 0.0) ps_c = ndefc; 210 if (phongsharp->color() != ps_c) { phongsharp->color(ps_c); phongsharp->redraw(); }
|
H A D | OtherEditor.h | 39 Fl_Value_Input *phongsharp;
|
H A D | structs.cxx | 85 << interocular << ", " << phongmax << ", " << phongsharp << ", " in print()
|
H A D | MainWindow.cxx | 906 v.phongsharp = _v.phongsharp; in Parameters_ReadINI() 951 v.phongsharp = _v.phongsharp; in Parameters_ReadPNG()
|
/dports/graphics/quat/quat-1.20/gui/ |
H A D | OtherEditor.cxx | 65 view.phongsharp = o->value(); in cb_phongsharp_i() 183 { Fl_Value_Input* o = phongsharp = new Fl_Value_Input(140, 125, 100, 20, "sharp"); in OtherEditor() 262 phongmax->value(v.phongmax); phongsharp->value(v.phongsharp); in set() 279 v.phongmax = view.phongmax; v.phongsharp = view.phongsharp; in get() 297 if (view.phongsharp < 0.0) ps_c = ndefc; in checkValidity() 306 if (phongsharp->color() != ps_c) { phongsharp->color(ps_c); phongsharp->redraw(); } in checkValidity()
|
H A D | OtherEditor.fl | 93 Fl_Value_Input phongsharp { 95 callback {view.phongsharp = o->value(); 166 phongmax->value(v.phongmax); phongsharp->value(v.phongsharp); 183 v.phongmax = view.phongmax; v.phongsharp = view.phongsharp; 201 if (view.phongsharp < 0.0) ps_c = ndefc; 210 if (phongsharp->color() != ps_c) { phongsharp->color(ps_c); phongsharp->redraw(); }
|
H A D | OtherEditor.h | 39 Fl_Value_Input *phongsharp;
|
H A D | structs.cxx | 85 << interocular << ", " << phongmax << ", " << phongsharp << ", " in print()
|
H A D | MainWindow.cxx | 906 v.phongsharp = _v.phongsharp; in Parameters_ReadINI() 951 v.phongsharp = _v.phongsharp; in Parameters_ReadPNG()
|
/dports/graphics/quat/quat-1.20/kernel/ |
H A D | iter.h | 49 … ls, const vec3 p, const vec3 n, const vec3 z, double phongmax, double phongsharp, double ambient);
|
H A D | common.h | 61 double phongmax, phongsharp, ambient; member
|
H A D | iter.c | 715 …tness(const vec3 ls, const vec3 p, const vec3 n, const vec3 z, double phongmax, double phongsharp, in brightness() argument 741 if (c<0) c = phongmax*exp(phongsharp*log(-c)); in brightness() 812 … bright = brightness(c->v.light, xp, n, c->base.z, c->v.phongmax, c->v.phongsharp, c->v.ambient); in brightpoint()
|
H A D | quat.c | 197 Parameters[25].mem = VVPTR(v->phongsharp); in PrepareKeywords() 403 view->phongmax = 0.6; view->phongsharp = 30; in SetDefaults() 1304 view.phongsharp = v.phongsharp; in CalculatePNG() 1725 sprintf(s2, "%.15f", view->phongsharp); CleanNumberString(s2); in WriteINI()
|
H A D | files.c | 523 view.phongmax, view.phongsharp, view.ambient, view.antialiasing); 739 if (ReadNextDouble(&d, &view.phongsharp, Error)) return(-6); in ReadParameters()
|
/dports/graphics/quat-gui/quat-1.20/kernel/ |
H A D | iter.h | 49 … ls, const vec3 p, const vec3 n, const vec3 z, double phongmax, double phongsharp, double ambient);
|
H A D | common.h | 61 double phongmax, phongsharp, ambient; member
|
H A D | iter.c | 715 …tness(const vec3 ls, const vec3 p, const vec3 n, const vec3 z, double phongmax, double phongsharp, in brightness() argument 741 if (c<0) c = phongmax*exp(phongsharp*log(-c)); in brightness() 812 … bright = brightness(c->v.light, xp, n, c->base.z, c->v.phongmax, c->v.phongsharp, c->v.ambient); in brightpoint()
|
H A D | quat.c | 197 Parameters[25].mem = VVPTR(v->phongsharp); in PrepareKeywords() 403 view->phongmax = 0.6; view->phongsharp = 30; in SetDefaults() 1304 view.phongsharp = v.phongsharp; in CalculatePNG() 1725 sprintf(s2, "%.15f", view->phongsharp); CleanNumberString(s2); in WriteINI()
|
H A D | files.c | 523 view.phongmax, view.phongsharp, view.ambient, view.antialiasing); 739 if (ReadNextDouble(&d, &view.phongsharp, Error)) return(-6); in ReadParameters()
|