Unit1.dfm 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. object Form1: TForm1
  2. Left = 0
  3. Top = 0
  4. BorderStyle = bsNone
  5. Caption = 'Screen Saver'
  6. ClientHeight = 477
  7. ClientWidth = 598
  8. Color = clBtnFace
  9. Font.Charset = DEFAULT_CHARSET
  10. Font.Color = clWindowText
  11. Font.Height = -11
  12. Font.Name = 'Tahoma'
  13. Font.Style = []
  14. OldCreateOrder = False
  15. WindowState = wsMaximized
  16. OnCreate = FormCreate
  17. OnResize = FormResize
  18. OnShow = FormShow
  19. PixelsPerInch = 96
  20. TextHeight = 13
  21. object GLSceneViewer1: TGLSceneViewer
  22. Left = 0
  23. Top = 0
  24. Width = 598
  25. Height = 477
  26. Camera = GLCamera1
  27. Buffer.BackgroundColor = clBlack
  28. FieldOfView = 156.319564819335900000
  29. Align = alClient
  30. TabOrder = 0
  31. end
  32. object GLScene1: TGLScene
  33. Left = 24
  34. Top = 8
  35. object DummyCube1: TGLDummyCube
  36. CubeSize = 1.000000000000000000
  37. BehavioursData = {
  38. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  39. 00050000000000000080FF3F02000805000000000000008404C0050000000000
  40. 00009002400500000000000000C0004008020008020008}
  41. object DummyCube2: TGLDummyCube
  42. Position.Coordinates = {0000000000000000000040400000803F}
  43. CubeSize = 1.000000000000000000
  44. BehavioursData = {
  45. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  46. 00050000000000000080FF3F0200080500000000000000C00040050000000000
  47. 0000000000050000000000000098034008020008020008}
  48. object DummyCube3: TGLDummyCube
  49. Position.Coordinates = {000000000000803F000000000000803F}
  50. CubeSize = 1.000000000000000000
  51. BehavioursData = {
  52. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  53. 00050000000000000080FF3F020008050000000000000080FF3F050000000000
  54. 0000C00040050000000000000080034008020008020008}
  55. object Torus1: TGLTorus
  56. MajorRadius = 1.000000000000000000
  57. MinorRadius = 0.300000011920929000
  58. Rings = 32
  59. Sides = 32
  60. StopAngle = 360.000000000000000000
  61. Parts = [toSides, toStartDisk, toStopDisk]
  62. BehavioursData = {
  63. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  64. 00050000000000000080FF3F0200080500000000000000000000050000000000
  65. 0000D80340050000000000000000000008020008020008}
  66. end
  67. end
  68. end
  69. end
  70. object DummyCube4: TGLDummyCube
  71. CubeSize = 1.000000000000000000
  72. BehavioursData = {
  73. 0458434F4C02010201060B54474C42496E657274696102001200000000020002
  74. 00050000000000000080FF3F0200080500000000000000A00140050000000000
  75. 00000000000500000000000000C0004008020008020008}
  76. object GLLightSource1: TGLLightSource
  77. ConstAttenuation = 1.000000000000000000
  78. Diffuse.Color = {0000803F00000000000000000000803F}
  79. Position.Coordinates = {0000704100000000000000000000803F}
  80. SpotCutOff = 180.000000000000000000
  81. end
  82. object GLLightSource2: TGLLightSource
  83. ConstAttenuation = 1.000000000000000000
  84. Diffuse.Color = {9594943E9594943E0000803F0000803F}
  85. Position.Coordinates = {0000E0C0000000000000E0400000803F}
  86. SpotCutOff = 180.000000000000000000
  87. end
  88. object GLLightSource3: TGLLightSource
  89. ConstAttenuation = 1.000000000000000000
  90. Diffuse.Color = {0000803F0000803F000000000000803F}
  91. Position.Coordinates = {0000E0C0000000000000E0C00000803F}
  92. SpotCutOff = 180.000000000000000000
  93. end
  94. end
  95. object GLCamera1: TGLCamera
  96. DepthOfView = 100.000000000000000000
  97. FocalLength = 50.000000000000000000
  98. TargetObject = DummyCube1
  99. Position.Coordinates = {0000204100000000000000000000803F}
  100. end
  101. end
  102. object GLCadencer1: TGLCadencer
  103. Scene = GLScene1
  104. SleepLength = 1
  105. Left = 128
  106. Top = 8
  107. end
  108. object GLScreenSaver1: TGLScreenSaver
  109. OnPropertiesRequested = GLScreenSaver1PropertiesRequested
  110. Left = 232
  111. Top = 8
  112. end
  113. end