home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 19 / CD_ASCQ_19_010295.iso / vrac / mnm2be.zip / SUPPORT / FINISH.DLG < prev    next >
Text File  |  1994-10-15  |  1KB  |  50 lines

  1.       Finish Dialog       |
  2.                   |
  3.   [..] Diffuse    [        ]  |
  4.   [..] Brilliance [        ]  |
  5.   [..] Crand      [        ]  |
  6.   [..] Ambient    [        ]  |
  7.   [..] Reflection [        ]  |
  8.                   |
  9.   [..] Refraction [ ]         |
  10.        ior [        ]         |
  11.                   |
  12.           [..] Metallic   |
  13.   [..] [ Specular][        ]  |
  14.        [Roughness][        ]  |
  15.   [..] [    Phong][        ]  |
  16.        [PhongSize][        ]  |
  17.                   |
  18.     [  OK  ]      [Cancel]    |
  19. ______________________________|
  20. Caption(31, 19)
  21. Check("Diffuse", 3, 3, 2)
  22. Input(19, 3, 10, 11) // Diffuse
  23. Check("Brilliance", 3, 4, 3)
  24. Input(19, 4, 10, 12) // Brill
  25. Check("Crand", 3, 5, 4)
  26. Input(19, 5, 10, 13) // Crand
  27. Check("Ambient", 3, 6, 5)
  28. Input(19, 6, 10, 14) // Ambient
  29. Check("Reflection", 3, 7, 6)
  30. Input(19, 7, 10, 15) // Reflection
  31. Check("Refraction", 3, 9, 7)
  32. Input(19, 9, 3, 16) // Refraction value
  33. Text("ior", 8, 10)
  34. Input(12, 10, 10, 17) // Ior value
  35. Check("", 3, 13, 8) // Specular status
  36. Check("", 3, 15, 9) // Phong status
  37. Check("Metallic", 15, 12, 10)
  38. TextBox("  Specular ", 8, 13, 18)
  39. Input(19, 13, 10, 18)
  40. TextBox(" Roughness ", 8, 14, 19)
  41. Input(19, 14, 10, 19)
  42. TextBox("     Phong ", 8, 15, 20)
  43. Input(19, 15, 10, 20)
  44. TextBox(" PhongSize ", 8, 16, 21)
  45. Input(19, 16, 10, 21)
  46. Button(" Cancel ",19,18,-1)
  47. Button("   OK   ", 5, 18, 1)
  48. Text("Finish Dialog", 11, 1)
  49.  
  50.