2
0

Unit1.dfm 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. Caption = 'Fading'
  5. ClientHeight = 413
  6. ClientWidth = 532
  7. Color = clBtnFace
  8. Font.Charset = DEFAULT_CHARSET
  9. Font.Color = clWindowText
  10. Font.Height = -11
  11. Font.Name = 'Tahoma'
  12. Font.Style = []
  13. OldCreateOrder = False
  14. PixelsPerInch = 96
  15. TextHeight = 13
  16. object GLSceneViewer1: TGLSceneViewer
  17. Left = 0
  18. Top = 0
  19. Width = 532
  20. Height = 413
  21. Camera = GLCamera1
  22. Buffer.BackgroundColor = clBackground
  23. FieldOfView = 152.777770996093800000
  24. Align = alClient
  25. OnMouseDown = GLSceneViewer1MouseDown
  26. OnMouseMove = GLSceneViewer1MouseMove
  27. TabOrder = 0
  28. end
  29. object GLScene1: TGLScene
  30. Left = 16
  31. Top = 48
  32. object GLLightSource1: TGLLightSource
  33. ConstAttenuation = 1.000000000000000000
  34. Position.Coordinates = {000048420000C842000048420000803F}
  35. SpotCutOff = 180.000000000000000000
  36. end
  37. object GLCamera1: TGLCamera
  38. DepthOfView = 100.000000000000000000
  39. FocalLength = 50.000000000000000000
  40. TargetObject = DummyCube1
  41. Position.Coordinates = {0000000000008040000020410000803F}
  42. end
  43. object DummyCube1: TGLDummyCube
  44. Position.Coordinates = {000000000000803F000000000000803F}
  45. CubeSize = 1.000000000000000000
  46. object Torus: TGLTorus
  47. Direction.Coordinates = {F604B5BEF304353F70C41C3F00000000}
  48. Position.Coordinates = {000000C0CDCC0C40000000000000803F}
  49. Up.Coordinates = {F604B53EF304353F70C41CBF00000000}
  50. OnProgress = SphereProgress
  51. MajorRadius = 0.699999988079071000
  52. MinorRadius = 0.200000002980232200
  53. StopAngle = 360.000000000000000000
  54. Parts = [toSides, toStartDisk, toStopDisk]
  55. end
  56. object Cone: TGLCone
  57. Direction.Coordinates = {00000000F28384BEEA46773F00000000}
  58. Position.Coordinates = {0000004000002040000000000000803F}
  59. Up.Coordinates = {00000000EA46773FF283843E00000000}
  60. OnProgress = SphereProgress
  61. BottomRadius = 1.000000000000000000
  62. Height = 1.500000000000000000
  63. end
  64. object Cylinder: TGLCylinder
  65. Position.Coordinates = {000000C0000080BE000000000000803F}
  66. OnProgress = SphereProgress
  67. BottomRadius = 1.000000000000000000
  68. Height = 1.500000000000000000
  69. TopRadius = 1.000000000000000000
  70. end
  71. object Sphere: TGLSphere
  72. Position.Coordinates = {00000040000080BE000000000000803F}
  73. OnProgress = SphereProgress
  74. Radius = 1.000000000000000000
  75. end
  76. end
  77. end
  78. object Timer1: TTimer
  79. Interval = 50
  80. OnTimer = Timer1Timer
  81. Left = 16
  82. Top = 16
  83. end
  84. object TIPickTimer: TTimer
  85. Enabled = False
  86. Interval = 50
  87. OnTimer = TIPickTimerTimer
  88. Left = 128
  89. Top = 16
  90. end
  91. end