Home
last modified time | relevance | path

Searched refs:Phong_Value (Results 1 – 6 of 6) sorted by relevance

/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DDRAWxtlViewUI.h262 float Phong_Value; // reflectivity value for Phong highlighting variable
H A DDRAWxtl1.cxx1199 drvui->Phong_Value, drvui->Phong_Size); in generate_arrows()
1208 drvui->Phong_Value, drvui->Phong_Size); in generate_arrows()
3297 drvui->Phong_Value, drvui->Phong_Size); in Output_Spheres()
H A DRead_Input.cxx696 drvui->Phong_Value = 0.2f; in Init_DRAWxtl()
1830 (void) sscanf (input, "%s %f %f", string, &drvui->Phong_Value, in read_inp()
H A DCrystalView.cxx3054 if ((drvui->Phong_Size != 1.0f) || (drvui->Phong_Value != 0.2f))
3055 fprintf (out, "phong %6.2f %6.2f\n", drvui->Phong_Value, drvui->Phong_Size);
H A DDRAWxtl2.cxx601 drvui->Phong_Value, drvui->Phong_Size); in generate_ellipsoids()
H A DEdit1.cxx2625 sprintf (string, "%7.2f", drvui->Phong_Value); // load phong value in Edit_Parmeters_cb()
2668 drvui->Phong_Value = (float) atof (edtprm->Phong_Refl->value ()); in Edit_Parmeters_Save_cb()