Home
last modified time | relevance | path

Searched refs:Phong_Size (Results 1 – 25 of 26) sorted by relevance

12

/dports/graphics/tachyon/tachyon/scenes/
H A Dspotlight.dat43 Phong Plastic 0.8 Phong_Size 24.0
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A DEditView.h41 Draw_Fl_Input *Phong_Size; variable
H A DEditView.cxx108 Draw_Fl_Input *o = Phong_Size = in EditScreen()
H A DDRAWxtlViewUI.h263 float Phong_Size; // Phong highlighting size variable
H A DEdit2.cxx2304 edtprm->Phong_Size->take_focus ();
2305 edtprm->Phong_Size->position (0);
2306 edtprm->Phong_Size->mark (strlen (edtprm->Phong_Size->value ()));
2308 if (o == edtprm->Phong_Size) {
H A DEdit1.cxx2627 sprintf (string, "%7.0f", drvui->Phong_Size); // and size in Edit_Parmeters_cb()
2628 edtprm->Phong_Size->value (string); in Edit_Parmeters_cb()
2669 drvui->Phong_Size = (float) atof (edtprm->Phong_Size->value ()); in Edit_Parmeters_Save_cb()
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.cxx697 drvui->Phong_Size = 1.0f; in Init_DRAWxtl()
1831 &drvui->Phong_Size); 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()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/material/
H A Dtexture.h117 SNGL Phong, Phong_Size; member
H A Dtexture.cpp243 New->Phong_Size = 40.0; in Create_Finish()
/dports/graphics/megapov/megapov-1.2.1/source/
H A Dtexture.cpp1163 New->Phong_Size = 40.0; in Create_Finish()
H A Dframe.h1705 SNGL Phong, Phong_Size; member
H A Dparstxtr.cpp2322 New->Phong_Size = Parse_Float (); in Parse_Finish()
3168 Finish->Phong_Size = Parse_Float (); in Parse_Vers1_Texture()
/dports/graphics/povray36/povray-3.6.1/source/
H A Dtexture.cpp1158 New->Phong_Size = 40.0; in Create_Finish()
H A Dframe.h1354 SNGL Phong, Phong_Size; member
H A Dparstxtr.cpp2023 New->Phong_Size = Parse_Float (); in Parse_Finish()
2862 Finish->Phong_Size = Parse_Float (); in Parse_Vers1_Texture()
H A Dlighting.cpp2117 if ((Finish->Phong_Size < 60) || (Cos_Angle_Of_Incidence > .0008)) /* rgs */ in do_phong()
2118 Intensity = Finish->Phong * pow(Cos_Angle_Of_Incidence, (DBL) Finish->Phong_Size); in do_phong()
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/parser/
H A Dparser_materials.cpp2416 New->Phong_Size = Parse_Float (); in Parse_Finish()
2582 New->Phong *= (New->Phong_Size + 1.0) / 2.0; in Parse_Finish()
3371 Finish->Phong_Size = Parse_Float (); in Parse_Vers1_Texture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/parser/
H A Dparstxtr.cpp2414 New->Phong_Size = Parse_Float (); in Parse_Finish()
2547 New->Phong *= (New->Phong_Size + 1.0) / 2.0; in Parse_Finish()
3310 Finish->Phong_Size = Parse_Float (); in Parse_Vers1_Texture()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/
H A Dframe.h1190 SNGL Phong, Phong_Size; member
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/core/render/
H A Dtrace.cpp2523 if((finish->Phong_Size < 60) || (cos_angle_of_incidence > 0.0008)) // rgs in ComputePhongColour()
2525 intensity = finish->Phong * pow(cos_angle_of_incidence, (double)finish->Phong_Size); in ComputePhongColour()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/texture/
H A Dtexture.cpp1159 New->Phong_Size = 40.0; in Create_Finish()
/dports/graphics/povray37/povray-3.7.0.10/source/backend/render/
H A Dtrace.cpp2470 if((finish->Phong_Size < 60) || (cos_angle_of_incidence > 0.0008)) // rgs in ComputePhongColour()
2471 intensity = finish->Phong * pow(cos_angle_of_incidence, (double)finish->Phong_Size); in ComputePhongColour()

12